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

    A base class for annotations.
    Name Description
    Appearance Gets or sets the annotation’s appearance state on the PDF form.
    AppearanceName Gets or sets the name of the appearance used to draw the annotation on the PDF form.
    Border Gets or sets the annotation border that is drawn as a rounded rectangle.
    Bounds Gets the annotation rectangle in the user coordinate system that defines the annotation’s location on the page.
    Color Gets or sets the color of the annotation.
    Content Gets or sets the text that is displayed for the annotation on the PDF form.
    Hidden Gets or sets whether the annotation is hidden (not displayed, printed, or interactive).
    Invisible Gets or sets whether to hide annotations that do not belong to a standard annotation type and have no annotation handler.
    Locked Gets or sets whether users can delete the annotation or modify its properties.
    LockedContents Gets or sets whether users can modify annotation content.
    Modified Gets or sets the date and time of the annotation’s most recent modification.
    Name Gets or sets the annotation name.
    NoRotate Gets or sets whether the annotation remains fixed when the page rotates.
    NoView Gets or sets whether the viewer hides the annotation and prevents user interaction.
    NoZoom Gets or sets whether the annotation remains fixed when users zoom the page.
    Print Gets or sets whether the annotation is printed when users print the page.
    ReadOnly Gets or sets whether the annotation is read-only.
    ToggleNoView Gets or sets whether to invert the NoView flag interpretation to simplify handling of certain events.
    See Also