Back to Devexpress

IPdfViewerTextMarkupAnnotationBuilder.Style Property

officefileapi-devexpress-dot-pdf-dot-ipdfviewertextmarkupannotationbuilder.md

latest1.8 KB
Original Source

IPdfViewerTextMarkupAnnotationBuilder.Style Property

Gets or sets 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; set; }
vb
Property Style As PdfTextMarkupAnnotationType

Property Value

TypeDescription
PdfTextMarkupAnnotationType

The enumeration value that specifies the annotation 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

IPdfViewerTextMarkupAnnotationBuilder Interface

IPdfViewerTextMarkupAnnotationBuilder Members

DevExpress.Pdf Namespace