Click or drag to resize

PdfLink Class

Represents the link annotation on a PDF page.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfLink

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public class PdfLink

The PdfLink type exposes the following members.

Properties
 NameDescription
Public propertyAction Gets the PDF action assigned to a link.
Public propertyAnnotationRect Gets the annotation rectangle. (Specified by the entry of annotation dictionary).
Public propertyDestination Gets or set the destination assigned to a link.
Public propertyDictionary Gets the link dictionary.
Public propertyHandle Gets the Pdfium SDK handle that the link is bound to
Public propertyQuadPoints Get the collection of quadrilaterals of the link annotation
Top
See Also