Click or drag to resize

InternalLinkElement Class

Represents a text link in the PDF document
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentInternalLinkElement

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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