Click or drag to resize

PdfLinkAnnotation Properties

The PdfLinkAnnotation type exposes the following members.

Properties
 NameDescription
Public propertyActions(Optional; PDF 1.1) An action that shall be performed when the link annotation is activated (see 12.6, "Actions").
Public propertyAnnotationType Gets the Link value.
(Overrides PdfAnnotationAnnotationType)
Public propertyAppearance Gets the appearance settings for this PdfLinkAnnotation.
Public propertyDestination(Optional; not permitted if an A entry is present) The destination that shall be displayed when the annotation is activated (see 12.3.2, "Destinations").
Public propertyDestinationName(Optional; not permitted if an A entry is present) The named destination that shall be displayed when the annotation is activated (see 12.3.2.3, "Named Destinations").
Public propertyHighlightMode

(Optional; PDF 1.2) The annotation's highlighting mode, the visual effect that shall be used when the mouse button is pressed or held down inside its active area.

Default value: Invert.

Public propertyQuads

(Optional; PDF 1.6) An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space that comprise the region in which the link should be activated.

If this entry is not present or the conforming reader does not recognize it, the region specified by the Bounds entry should be used. Quads shall be ignored if any coordinate in the array lies outside the region specified by Bounds.

Top
See Also