Skip to main content

PdfTextMarkupAnnotation.Type Property

Gets the type of a text markup annotation.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfTextMarkupAnnotationType Type { get; }

Property Value

Type Description
PdfTextMarkupAnnotationType

One of the PdfTextMarkupAnnotationType enumeration values that represents 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