Back to Devexpress

PdfTextMarkupAnnotation.Type Property

officefileapi-devexpress-dot-pdf-dot-pdftextmarkupannotation-00185dc9.md

latest1.8 KB
Original Source

PdfTextMarkupAnnotation.Type Property

Gets the type of a text markup annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfTextMarkupAnnotationType Type { get; }
vb
Public ReadOnly Property Type As PdfTextMarkupAnnotationType

Property Value

TypeDescription
PdfTextMarkupAnnotationType

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

|

Available values:

NameDescriptionExample
Highlight

Highlight text markup annotation.

|

| | Underline |

Underline text markup annotation.

|

| | Squiggly |

Squiggly underline text markup annotation.

|

| | StrikeOut |

Strikeout text markup annotation.

|

|

See Also

PdfTextMarkupAnnotation Class

PdfTextMarkupAnnotation Members

DevExpress.Pdf Namespace