Specifies the Style of the Text Markup Annotation
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PdfTextMarkupAnnotationType
Public Enumeration PdfTextMarkupAnnotationType
public enum class PdfTextMarkupAnnotationType
type PdfTextMarkupAnnotationType
Members
| Member | Value | Description |
|---|---|---|
| Highlight | 0 |
The Text Markup Annotation Type is Highlight.
|
| Underline | 1 |
The Text Markup Annotation Type is Underline.
|
| Squiggly | 2 |
The Text Markup Annotation Type is Squiggly.
|
| StrikeOut | 3 |
The Text Markup Annotation Type is StrikeOut.
|