IPdfViewerTextMarkupAnnotationBuilder.Style Property
In This Article
Gets or sets 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; set; }
#Property Value
Type | Description |
---|---|
Pdf |
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. |
|
Strike |
Strikeout text markup annotation. |
See Also