Enum AnnotationDataFormat
Enum annotationDataformat for export annotation.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AnnotationDataFormat
Fields
| Name | Description |
|---|---|
| Json | Represents the default annotation data format Json. |
| Xfdf | Represents the annotation data format Xfdf |