Click or drag to resize
Pdftools logo

WebLink Class

An external link

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.NavigationLink
        PdfTools.FourHeights.PdfToolbox.Pdf.NavigationWebLink

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class WebLink : Link

The WebLink type exposes the following members.

Properties
 NameDescription
Public propertyActiveArea

The link area

The link is activated when a mouse click falls within the area defined by this list of Quadrilaterals.
(Inherited from Link)
Public propertyBorderStyle

The link's border

This property defines if and how a rectangular border is drawn for the link.
(Inherited from Link)
Public propertyBoundingBox

The location on the page


(Inherited from Link)
Public propertyHidden

The link's visibility

If then the link is present, but is invisible and not available for user interaction. Depending on the NoPrint property it will, however, still be visible when printing.
(Inherited from Link)
Public propertyNoPrint

The link's visibility when printing

If then the link is not present in a print output of the document.
(Inherited from Link)
Public propertyUri

The link target

Top
Methods
 NameDescription
Public methodStatic memberCreate

Create an external link

The link is associated with the targetDocument but not yet part of any page. It can be added to a page's list of links.
Public methodStatic memberCreateFromQuadrilaterals

Create an external link with defined link area

The link has an active area defined by the given activeArea. The link is associated with the targetDocument but not yet part of any page. It can be added to a page's list of links.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also