Skip to main content
All docs
V23.2

IPdfViewerTextMarkupAnnotation.Style Property

Gets the style of a text markup annotation.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

PdfTextMarkupAnnotationType Style { get; }

Property Value

Type Description
PdfTextMarkupAnnotationType

An enumeration value that indicates the text markup style.

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