Enum AnnotationMode
Represent the mode of annotation to be added in the PDF document.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AnnotationMode
Fields
| Name | Description |
|---|---|
| Drawn | Reperesent the annotation added through user interactively. |
| Existing | Reperesent the annotations are already existing in the PDF document. |
| Imported | Reperesent the annotations are imported. |