Enum AnnotationType
Enum AnnotationType for specifying Annotations.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AnnotationType
Fields
| Name | Description |
|---|---|
| Area | Represents the Area annotation |
| Arrow | Represents the Arrow annotation |
| Circle | Represents the Circle annotation |
| Distance | Represents the Distance annotation |
| FreeText | Represents the FreeText annotation |
| HandWrittenSignature | Represents the HandWrittenSignature annotation |
| Highlight | Represents the Highlight annoation |
| Image | Represents the Image annotation |
| Ink | Represents the Ink annotation |
| Line | Represents the Line annotation |
| None | Represents the annoation type by None |
| Perimeter | Represents the Perimeter annotation |
| Polygon | Represents the Polygon annotation |
| Radius | Represents the Radius annotation |
| Rectangle | Represents the Rectangle annotation |
| Redaction | Represents the Redaction annotation |
| Squiggly | Represents the Squiggly annotation |
| Stamp | Represents the Stamp annotation |
| StickyNotes | Represents the StickyNotes annotation |
| Strikethrough | Represents the Strikethrough annoation |
| Underline | Represents the Underline annoation |
| Volume | Represents the volume annotation |