Click or drag to resize

PdfTextMarkupAnnotationType Enumeration

Specifies the Style of the Text Markup Annotation

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfTextMarkupAnnotationType
Members
Member name 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.
See Also