Class AnnotationMode
Specifies the type of annotation.
Inheritance
System.Object
AnnotationMode
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public sealed class AnnotationMode : Enum
Fields
Arrow
Arrow annotation is performed
Declaration
public const AnnotationMode Arrow
Field Value
| Type |
|---|
| AnnotationMode |
Circle
Circle annotation is performed
Declaration
public const AnnotationMode Circle
Field Value
| Type |
|---|
| AnnotationMode |
FreeText
FreeText annotation is performed
Declaration
public const AnnotationMode FreeText
Field Value
| Type |
|---|
| AnnotationMode |
HandwrittenSignature
Signature is performed
Declaration
public const AnnotationMode HandwrittenSignature
Field Value
| Type |
|---|
| AnnotationMode |
Highlight
Highlight annotation is performed
Declaration
public const AnnotationMode Highlight
Field Value
| Type |
|---|
| AnnotationMode |
Ink
Ink annotation is performed
Declaration
public const AnnotationMode Ink
Field Value
| Type |
|---|
| AnnotationMode |
InkEraser
Represents the eraser using which ink strokes can be erased.
Declaration
public const AnnotationMode InkEraser
Field Value
| Type |
|---|
| AnnotationMode |
Remarks
The eraser can be used to remove only ink strokes. It cannot be used for other types of annotations.
Line
Line annotation is performed
Declaration
public const AnnotationMode Line
Field Value
| Type |
|---|
| AnnotationMode |
None
No annotation mode
Declaration
public const AnnotationMode None
Field Value
| Type |
|---|
| AnnotationMode |
Polygon
Polygon annotation is performed.
Declaration
public const AnnotationMode Polygon
Field Value
| Type |
|---|
| AnnotationMode |
Polyline
Polyline annotation is performed.
Declaration
public const AnnotationMode Polyline
Field Value
| Type |
|---|
| AnnotationMode |
Popup
Represents popup annotation mode.
Declaration
public const AnnotationMode Popup
Field Value
| Type |
|---|
| AnnotationMode |
Rectangle
Rectangle annotation is performed
Declaration
public const AnnotationMode Rectangle
Field Value
| Type |
|---|
| AnnotationMode |
Squiggly
Squiggly annotation is performed
Declaration
public const AnnotationMode Squiggly
Field Value
| Type |
|---|
| AnnotationMode |
Strikethrough
Strikethrough annotation is performed
Declaration
public const AnnotationMode Strikethrough
Field Value
| Type |
|---|
| AnnotationMode |
Underline
Underline annotation is performed
Declaration
public const AnnotationMode Underline
Field Value
| Type |
|---|
| AnnotationMode |