Click or drag to resize

InternalLinkElement Class

Represents a text link in the PDF document
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPageElement
    ExpertPdf.PdfCreatorInternalLinkElement

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class InternalLinkElement : PageElement

The InternalLinkElement type exposes the following members.

Constructors
  NameDescription
Public methodInternalLinkElement
Constructs an PDF internal link element
Top
Properties
  NameDescription
Public propertyLinkDestination
Gets or sets the link destination
Public propertyLinkRectangle
Gets or sets the link rectangle in page
Top
See Also