Skip to main content

PdfLinkAnnotation Members

Represents the link annotation (a hypertext link to a destination) in a document.

Properties

Name Description
Action Provides access to the link annotation action being executed.
Appearance Gets the annotation’s appearance state on the PDF form. Inherited from PdfAnnotation.
AppearanceName Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. Inherited from PdfAnnotation.
Border Gets the annotation’s border, which will be drawn as a rounded rectangle. Inherited from PdfAnnotation.
BorderStyle Gets the annotation border style specifying the line width and dash pattern to be used in drawing the annotation’s border.
Color Gets the color of the annotation. Inherited from PdfAnnotation.
Contents Gets the text that will be displayed for the annotation on the PDF form. Inherited from PdfAnnotation.
Destination Gets a destination that will be displayed when the annotation is activated.
Flags Gets or sets flags that specify various characteristics of the annotation. Inherited from PdfAnnotation.
HighlightingMode Gets or sets the annotation’s highlight mode activated when the mouse button is pressed or held down inside the annotation’s active area.
Modified Gets the date and time when the annotation was most recently modified. Inherited from PdfAnnotation.
Name Gets the annotation name. Inherited from PdfAnnotation.
OptionalContent Gets the optional content specifying the optional content properties for the annotation. Inherited from PdfAnnotation.
Page Gets the page with which the annotation is associated. Inherited from PdfAnnotation.
Rect Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. Inherited from PdfAnnotation.
Region Gets the region in which the annotation link should be activated.
StructParent Gets the integer key of the annotation’s entry in the structural parent tree. Inherited from PdfAnnotation.
UriAction Gets a URI action that is associated with the annotation.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also