Back to Devexpress

IPdfViewerTextMarkupAnnotation.Style Property

officefileapi-devexpress-dot-pdf-dot-ipdfviewertextmarkupannotation.md

latest1.8 KB
Original Source

IPdfViewerTextMarkupAnnotation.Style Property

Gets the style of a text markup annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
PdfTextMarkupAnnotationType Style { get; }
vb
ReadOnly Property Style As PdfTextMarkupAnnotationType

Property Value

TypeDescription
PdfTextMarkupAnnotationType

An enumeration value that indicates the text markup style.

|

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

IPdfViewerTextMarkupAnnotation Interface

IPdfViewerTextMarkupAnnotation Members

DevExpress.Pdf Namespace