Enum AllowedInteraction
Represent the allowed interactions for the locked annotations.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AllowedInteraction
Fields
| Name | Description |
|---|---|
| Delete | Represents to allow the delete interaction for the locked annotations. |
| Move | Represents to allow the move interaction for the locked annotations. |
| None | Represents to disallow the annotation interaction for the locked annotations. |
| PropertyChange | Represents to allow the property change interaction for the locked annotations. |
| Resize | Represents to allow the resize interaction for the locked annotations. |
| Select | Represents to allow the select interaction for the locked annotations. |