PdfTextMarkupAnnotation.Type Property
In This Article
Gets the type of a text markup annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfTextMarkupAnnotationType Type { get; }
#Property Value
Type | Description |
---|---|
Pdf |
One of the Pdf |
Available values:
Name | Description | Example |
---|---|---|
Highlight | Highlight text markup annotation. |
|
Underline | Underline text markup annotation. |
|
Squiggly | Squiggly underline text markup annotation. |
|
Strike |
Strikeout text markup annotation. |
See Also