IPdfViewerTextMarkupAnnotation.Style Property
In This Article
Gets the style of a text markup annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
#Declaration
PdfTextMarkupAnnotationType Style { get; }
#Property Value
Type | Description |
---|---|
Pdf |
An enumeration value that indicates the text markup style. |
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