Class AnnotationMode
Enumerates values that specify the annotation mode.
Inheritance
System.Object
AnnotationMode
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public sealed class AnnotationMode : Enum
Fields
Ellipse
Represents ellipse annotation mode.
Declaration
public const AnnotationMode Ellipse
Field Value
Type |
---|
AnnotationMode |
FreeText
Represents free text annotation mode.
Declaration
public const AnnotationMode FreeText
Field Value
Type |
---|
AnnotationMode |
FreeTextCallout
Represents free text call-out annotation mode.
Declaration
public const AnnotationMode FreeTextCallout
Field Value
Type |
---|
AnnotationMode |
Highlight
Represents highlight annotation mode.
Declaration
public const AnnotationMode Highlight
Field Value
Type |
---|
AnnotationMode |
Ink
Represents ink annotation mode.
Declaration
public const AnnotationMode Ink
Field Value
Type |
---|
AnnotationMode |
Line
Represents line annotation mode.
Declaration
public const AnnotationMode Line
Field Value
Type |
---|
AnnotationMode |
None
Represents no annotation mode.
Declaration
public const AnnotationMode None
Field Value
Type |
---|
AnnotationMode |
Popup
Represents popup annotation mode.
Declaration
public const AnnotationMode Popup
Field Value
Type |
---|
AnnotationMode |
Rectangle
Represents rectangle annotation mode.
Declaration
public const AnnotationMode Rectangle
Field Value
Type |
---|
AnnotationMode |
Stamp
Represents stamp annotation mode.
Declaration
public const AnnotationMode Stamp
Field Value
Type |
---|
AnnotationMode |
Strikethrough
Represents strikethrough annotation mode.
Declaration
public const AnnotationMode Strikethrough
Field Value
Type |
---|
AnnotationMode |
Underline
Represents underline annotation mode.
Declaration
public const AnnotationMode Underline
Field Value
Type |
---|
AnnotationMode |