Skip to main content
All docs
V26.1
  • LinkAnnotation Properties

    Contains settings for a link annotation.
    Name Description
    Action Gets or sets the action that is executed when users activate the link.
    Appearance Gets or sets the annotation’s appearance state on the PDF form. Inherited from BaseAnnotation.
    AppearanceName Gets or sets the name of the appearance used to draw the annotation on the PDF form. Inherited from BaseAnnotation.
    Border Gets or sets the annotation border that is drawn as a rounded rectangle. Inherited from BaseAnnotation.
    BorderStyle Gets or sets the link annotation border style.
    Bounds Gets the annotation rectangle in the user coordinate system that defines the annotation’s location on the page. Inherited from BaseAnnotation.
    Color Gets or sets the color of the annotation. Inherited from BaseAnnotation.
    Content Gets or sets the text that is displayed for the annotation on the PDF form. Inherited from BaseAnnotation.
    Destination Gets or sets the link destination.
    Hidden Gets or sets whether the annotation is hidden (not displayed, printed, or interactive). Inherited from BaseAnnotation.
    HighlightingMode Gets or sets the highlighting mode used when users press the link area.
    Invisible Gets or sets whether to hide annotations that do not belong to a standard annotation type and have no annotation handler. Inherited from BaseAnnotation.
    Locked Gets or sets whether users can delete the annotation or modify its properties. Inherited from BaseAnnotation.
    LockedContents Gets or sets whether users can modify annotation content. Inherited from BaseAnnotation.
    Modified Gets or sets the date and time of the annotation’s most recent modification. Inherited from BaseAnnotation.
    Name Gets or sets the annotation name. Inherited from BaseAnnotation.
    NoRotate Gets or sets whether the annotation remains fixed when the page rotates. Inherited from BaseAnnotation.
    NoView Gets or sets whether the viewer hides the annotation and prevents user interaction. Inherited from BaseAnnotation.
    NoZoom Gets or sets whether the annotation remains fixed when users zoom the page. Inherited from BaseAnnotation.
    Page Gets or sets the page that contains the link annotation.
    Print Gets or sets whether the annotation is printed when users print the page. Inherited from BaseAnnotation.
    ReadOnly Gets or sets whether the annotation is read-only. Inherited from BaseAnnotation.
    Region Gets or sets quadrilateral regions that define the link annotation’s active area.
    ToggleNoView Gets or sets whether to invert the NoView flag interpretation to simplify handling of certain events. Inherited from BaseAnnotation.
    See Also