Back to Devexpress

PdfTextMarkupAnnotationType Enum

officefileapi-devexpress-dot-pdf-d49dde21.md

latest1.9 KB
Original Source

PdfTextMarkupAnnotationType Enum

Specifies 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 enum PdfTextMarkupAnnotationType
vb
Public Enum PdfTextMarkupAnnotationType

Members

NameDescriptionExample
Highlight

Highlight text markup annotation.

|

| | Underline |

Underline text markup annotation.

|

| | Squiggly |

Squiggly underline text markup annotation.

|

| | StrikeOut |

Strikeout text markup annotation.

|

|

The following properties accept/return PdfTextMarkupAnnotationType values:

See Also

DevExpress.Pdf Namespace