Skip to main content
All docs
V26.1
  • TextMarkupAnnotation Members

    A text markup annotation.

    Constructors

    Name Description
    TextMarkupAnnotation(OrientedRectangle[]) Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(Quadrilateral[]) Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(IEnumerable<OrientedRectangle>) Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(IList<Quadrilateral>) Initializes a new instance of the TextMarkupAnnotation class with specified settings.

    Properties

    Name Description
    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.
    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.
    CreationDate Gets or sets the markup annotation creation date and time. Inherited from MarkupAnnotation.
    Hidden Gets or sets whether the annotation is hidden (not displayed, printed, or interactive). Inherited from BaseAnnotation.
    InReplyTo Gets or sets the annotation to which this markup annotation is a reply. Inherited from MarkupAnnotation.
    Intent Gets or sets the intent of the markup annotation. Inherited from MarkupAnnotation.
    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.
    Opacity Gets or sets the markup annotation opacity. Inherited from MarkupAnnotation.
    Popup Gets or sets the popup annotation associated with this markup annotation. Inherited from MarkupAnnotation.
    Print Gets or sets whether the annotation is printed when users print the page. Inherited from BaseAnnotation.
    Quads Gets or sets a collection of quadrilateral points that define the annotation area.
    ReadOnly Gets or sets whether the annotation is read-only. Inherited from BaseAnnotation.
    ReplyType Gets or sets the reply type of the markup annotation. Inherited from MarkupAnnotation.
    RichTextData Gets or sets rich text content for the markup annotation. Inherited from MarkupAnnotation.
    Subject Gets or sets the subject of the markup annotation. Inherited from MarkupAnnotation.
    Title Gets or sets the title of the markup annotation. Inherited from MarkupAnnotation.
    ToggleNoView Gets or sets whether to invert the NoView flag interpretation to simplify handling of certain events. Inherited from BaseAnnotation.
    Type Gets or sets the type of a text markup annotation.

    Methods

    Name Description
    AddReply(Page, String, String) Adds a comment to the document annotation. Inherited from MarkupAnnotation.
    AddReview(Page, String, ReviewStatus) Adds a review to the annotation. Inherited from MarkupAnnotation.
    ClearReviews(Page) Removes all reviews from the annotation. Inherited from MarkupAnnotation.
    Clone() Creates a copy of the BaseAnnotation object. Inherited from BaseAnnotation.
    Clone(DocumentCloneContext) Creates a copy of the BaseAnnotation object. Inherited from BaseAnnotation.
    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.
    GetReviewHistory(Page) Obtains the annotation reviews. Inherited from MarkupAnnotation.
    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.
    RemoveReply(Page, MarkupAnnotation) Removes the specific comment from the annotation. Inherited from MarkupAnnotation.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also