Skip to main content
A newer version of this page is available. .

PdfTextMarkupAnnotationData.MarkupType Property

Specifies the text markup annotation type.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public PdfTextMarkupAnnotationType MarkupType { get; set; }

Property Value

Type Description
PdfTextMarkupAnnotationType

One of the PdfTextMarkupAnnotationType enumeration values that specifies the text markup annotation type.

Available values:

Name Description
Highlight

The type of a text markup annotation is highlight.

Underline

The type of a text markup annotation is underline.

Squiggly

The type of a text markup annotation is squiggly underline.

StrikeOut

The type of a text markup annotation is strikeout.

See Also