Skip to main content
All docs
V26.1
  • TextMarkupAnnotationType Enum

    Lists types of a text markup annotation.

    Namespace: DevExpress.Docs.Pdf

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

    Declaration

    public enum TextMarkupAnnotationType

    Members

    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

    Related API Members

    The following properties accept/return TextMarkupAnnotationType values:

    See Also