Class TextMarkupAnnotationType
Specifies the type of text markup annotation.
Inheritance
System.Object
TextMarkupAnnotationType
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class TextMarkupAnnotationType : Enum
Fields
Highlight
Specifies the highlight annotation.
Declaration
public const TextMarkupAnnotationType Highlight
Field Value
Type |
---|
TextMarkupAnnotationType |
Squiggly
Specifies the squiggly annotation.
Declaration
public const TextMarkupAnnotationType Squiggly
Field Value
Type |
---|
TextMarkupAnnotationType |
Strikeout
Specifies the strikeout annotation.
Declaration
public const TextMarkupAnnotationType Strikeout
Field Value
Type |
---|
TextMarkupAnnotationType |
Underline
Specifies the underline annotation.
Declaration
public const TextMarkupAnnotationType Underline
Field Value
Type |
---|
TextMarkupAnnotationType |