IPdfViewerTextMarkupAnnotationBuilder.Style Property
Gets or sets the style of a text markup annotation.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Drawing.dll
NuGet Package: DevExpress.Pdf.Drawing
Declaration
Property Value
Type | Description |
---|---|
PdfTextMarkupAnnotationType | The enumeration value that specifies the annotation style. |
Available values:
Name | Description | Example |
---|---|---|
Highlight | Highlight text markup annotation. |
|
Underline | Underline text markup annotation. |
|
Squiggly | Squiggly underline text markup annotation. |
|
StrikeOut | Strikeout text markup annotation. |
See Also