Class AnnotationMode
Represent the mode of annotation to be added in the PDF document.
Inheritance
System.Object
AnnotationMode
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AnnotationMode : Enum
Fields
Drawn
Reperesent the annotation added through user interactively.
Declaration
public const AnnotationMode Drawn
Field Value
Type |
---|
AnnotationMode |
Existing
Reperesent the annotations are already existing in the PDF document.
Declaration
public const AnnotationMode Existing
Field Value
Type |
---|
AnnotationMode |
Imported
Reperesent the annotations are imported.
Declaration
public const AnnotationMode Imported
Field Value
Type |
---|
AnnotationMode |