Click or drag to resize
Pdf Library for .NET

PdfExternalLinkElement Class

Represents a link to an external url in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfExternalLinkElement

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfExternalLinkElement : PdfPageElement

The PdfExternalLinkElement type exposes the following members.

Constructors
  NameDescription
Public methodPdfExternalLinkElement
Initializes an external link pdf element.
Top
Properties
  NameDescription
Public propertyLinkRectangle
Gets or sets the link rectangle in the pdf page.
Public propertyLinkURL
Gets or sets the link destination url.
Top
See Also