Skip to main content
All docs
V23.2

PdfTextMarkupAnnotationFacade.MarkupType Property

Gets or sets the text markup annotation type.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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