Class TextMarkupAnnotationType
Specifies the types of text markup Annotation.
Inheritance
System.Object
TextMarkupAnnotationType
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public sealed class TextMarkupAnnotationType : Enum
Fields
Highlight
Sets annotation mode to highlight
Declaration
public const TextMarkupAnnotationType Highlight
Field Value
Strikethrough
Sets annotation mode to strikethrough
Declaration
public const TextMarkupAnnotationType Strikethrough
Field Value
Underline
Sets annotation mode to underline
Declaration
public const TextMarkupAnnotationType Underline