Click or drag to resize
Pdf Library for .NET

PdfInternalLinkElement Class

Represents an internal link in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfInternalLinkElement

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

The PdfInternalLinkElement type exposes the following members.

Constructors
  NameDescription
Public methodPdfInternalLinkElement
Initializes an internal link pdf element.
Top
Properties
  NameDescription
Public propertyLinkDestination
Gets or sets the link destination in the pdf document.
Public propertyLinkRectangle
Gets or sets the link rectangle in the pdf page.
Top
See Also