Class AnnotationMode
Specifies the type of annotation.
Inheritance
System.Object
AnnotationMode
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public sealed class AnnotationMode : Enum
Fields
Area
Sets annotation mode to Area Measurement.
Declaration
public const AnnotationMode Area
Field Value
Type |
---|
AnnotationMode |
Arrow
Enables the arrow shape annotation in the SfPdfViewer.
Declaration
public const AnnotationMode Arrow
Field Value
Type |
---|
AnnotationMode |
Circle
Enables the circle shape annotation in the SfPdfViewer.
Declaration
public const AnnotationMode Circle
Field Value
Type |
---|
AnnotationMode |
Distance
Sets annotation mode to Distance Measurement.
Declaration
public const AnnotationMode Distance
Field Value
Type |
---|
AnnotationMode |
FreeText
Sets annotation mode to FreeText
Declaration
public const AnnotationMode FreeText
Field Value
Type |
---|
AnnotationMode |
HandwrittenSignature
Enables the handwritten signature annotation in the SfPdfViewer.
Declaration
public const AnnotationMode HandwrittenSignature
Field Value
Type |
---|
AnnotationMode |
Highlight
Sets annotation mode to highlight
Declaration
public const AnnotationMode Highlight
Field Value
Type |
---|
AnnotationMode |
Ink
Sets annotation mode to ink
Declaration
public const AnnotationMode Ink
Field Value
Type |
---|
AnnotationMode |
Line
Enables the line shape annotation in the SfPdfViewer.
Declaration
public const AnnotationMode Line
Field Value
Type |
---|
AnnotationMode |
None
Sets annotation mode to none
Declaration
public const AnnotationMode None
Field Value
Type |
---|
AnnotationMode |
Perimeter
Sets annotation mode to Perimeter Measurement.
Declaration
public const AnnotationMode Perimeter
Field Value
Type |
---|
AnnotationMode |
Polygon
Sets annotation mode to Polygon.
Declaration
public const AnnotationMode Polygon
Field Value
Type |
---|
AnnotationMode |
Radius
Sets annotation mode to Radius Measurement.
Declaration
public const AnnotationMode Radius
Field Value
Type |
---|
AnnotationMode |
Rectangle
Enables the rectangle shape annotation in the SfPdfViewer.
Declaration
public const AnnotationMode Rectangle
Field Value
Type |
---|
AnnotationMode |
Strikethrough
Sets annotation mode to strikethrough
Declaration
public const AnnotationMode Strikethrough
Field Value
Type |
---|
AnnotationMode |
Underline
Sets annotation mode to underline
Declaration
public const AnnotationMode Underline
Field Value
Type |
---|
AnnotationMode |
Volume
Sets annotationmode to Volume.
Declaration
public const AnnotationMode Volume
Field Value
Type |
---|
AnnotationMode |