Enum ContextMenuAction
Enum unit for ContextMenu Actions.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ContextMenuAction
Fields
| Name | Description |
|---|---|
| MouseUp | Represents the ContextMenu Actions by MouseUp. It shows the context menu items when mouse up on the annotation added in the PDF Viewer. |
| None | Represents the ContextMenu Actions by None. It doesn't show the context menu items. |
| RightClick | Represents the ContextMenu Actions by RightClick. It shows the context menu items when right click on the annotation added in the PDF Viewer. |