Skip to main content
All docs
V25.1
  • PdfTextMarkupAnnotationFacade.MarkupType Property

    Gets or sets the text markup annotation type.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfTextMarkupAnnotationType MarkupType { get; set; }

    Property Value

    Type Description
    PdfTextMarkupAnnotationType

    Indicates the 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