Class TextMarkupAnnotationType
Specifies the type of text markup annotation.
Inheritance
System.Object
    TextMarkupAnnotationType
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public sealed class TextMarkupAnnotationType : Enum
  Fields
Highlight
Sets annotation mode to highlight
Declaration
public const TextMarkupAnnotationType Highlight
  Field Value
| Type | 
|---|
| TextMarkupAnnotationType | 
Squiggly
Represents squiggly line annotation type.
Declaration
public const TextMarkupAnnotationType Squiggly
  Field Value
| Type | 
|---|
| TextMarkupAnnotationType | 
Strikethrough
Sets annotation mode to strikethrough
Declaration
public const TextMarkupAnnotationType Strikethrough
  Field Value
| Type | 
|---|
| TextMarkupAnnotationType | 
Underline
Sets annotation mode to underline
Declaration
public const TextMarkupAnnotationType Underline
  Field Value
| Type | 
|---|
| TextMarkupAnnotationType |