Enum AnnotationResizerLocation
Enum for annotation resizer location.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AnnotationResizerLocation
Fields
| Name | Description |
|---|---|
| Corners | When resizing annotation, Resizer location is represented by corners. |
| Edges | When resizing annotation, Resizer location is represented by Edges. |