Skip to main content
All docs
V26.1
  • TextMarkupAnnotation.Type Property

    Gets or sets the type of a text markup annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public TextMarkupAnnotationType Type { get; set; }

    Property Value

    Type Description
    TextMarkupAnnotationType

    A text markup annotation type.

    Available values:

    Name Description Example
    Highlight

    Highlight text markup annotation.

    highlighted

    Underline

    Underline text markup annotation.

    underlined

    Squiggly

    Squiggly underline text markup annotation.

    quiggly-underlined

    StrikeOut

    Strikeout text markup annotation.

    strikeout

    See Also