Specifies the Style of the Text Markup Annotation

Namespace: Spire.Pdf.Annotations
Assembly: 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

MemberValueDescription
Highlight0
The Text Markup Annotation Type is Highlight.
Underline1
The Text Markup Annotation Type is Underline.
Squiggly2
The Text Markup Annotation Type is Squiggly.
StrikeOut3
The Text Markup Annotation Type is StrikeOut.

See Also