Class AnnotationMode
Enumerates the values that represent the type of annotation that should be drawn using UI interaction on the PDF pages.
Inheritance
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public sealed class AnnotationMode : Enum
Fields
Arrow
Represents the annotation mode for drawing arrow shape.
Declaration
public const AnnotationMode Arrow
Field Value
Type |
---|
AnnotationMode |
Circle
Represents the annotation mode for drawing circle shape.
Declaration
public const AnnotationMode Circle
Field Value
Type |
---|
AnnotationMode |
FreeText
Represents the annotation mode for adding free text annotation.
Declaration
public const AnnotationMode FreeText
Field Value
Type |
---|
AnnotationMode |
Highlight
Represents the annotation mode for highlighting text.
Declaration
public const AnnotationMode Highlight
Field Value
Type |
---|
AnnotationMode |
Ink
Represents the annotation mode for drawing free hand inks.
Declaration
public const AnnotationMode Ink
Field Value
Type |
---|
AnnotationMode |
InkEraser
Represents the annotation mode for erasing free hand inks.
Declaration
public const AnnotationMode InkEraser
Field Value
Type |
---|
AnnotationMode |
Line
Represents the annotation mode for drawing line shape.
Declaration
public const AnnotationMode Line
Field Value
Type |
---|
AnnotationMode |
None
Represents the mode in which no annotation can be drawn.
Declaration
public const AnnotationMode None
Field Value
Type |
---|
AnnotationMode |
Polygon
Represents the annotation mode for drawing Polygon shape.
Declaration
public const AnnotationMode Polygon
Field Value
Type |
---|
AnnotationMode |
Polyline
Represents the annotation mode for drawing Polyline shape.
Declaration
public const AnnotationMode Polyline
Field Value
Type |
---|
AnnotationMode |
Signature
Represents the signature annotation mode.
Declaration
public const AnnotationMode Signature
Field Value
Type |
---|
AnnotationMode |
Square
Represents the annotation mode for drawing square shape.
Declaration
public const AnnotationMode Square
Field Value
Type |
---|
AnnotationMode |
Squiggly
Represents the annotation mode for adding squiggly lines on the text.
Declaration
public const AnnotationMode Squiggly
Field Value
Type |
---|
AnnotationMode |
Stamp
Represents stamp annotation mode.
Declaration
public const AnnotationMode Stamp
Field Value
Type |
---|
AnnotationMode |
StickyNote
Represents sticky note annotation mode.
Declaration
public const AnnotationMode StickyNote
Field Value
Type |
---|
AnnotationMode |
StrikeOut
Represents the annotation mode for striking out text.
Declaration
public const AnnotationMode StrikeOut
Field Value
Type |
---|
AnnotationMode |
Underline
Represents the annotation mode for underlining text.
Declaration
public const AnnotationMode Underline
Field Value
Type |
---|
AnnotationMode |