PdfTextMarkupAnnotationType Enum
Specifies the type of a text markup annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Members
Name | Description | Example |
---|---|---|
Highlight
|
Highlight text markup annotation. |
|
Underline
|
Underline text markup annotation. |
|
Squiggly
|
Squiggly underline text markup annotation. |
|
StrikeOut
|
Strikeout text markup annotation. |
Related API Members
The following properties accept/return PdfTextMarkupAnnotationType values:
See Also