Enum ContextMenuItem
Enum for context menu items in the PDF Viewer.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[Flags]
public enum ContextMenuItem
Fields
| Name | Description |
|---|---|
| Comment | Represents the Comment option in the context menu. |
| Copy | Represents the Copy option in the context menu. |
| Cut | Represents the Cut option in the context menu. |
| Delete | Represents the Delete option in the context menu. |
| Highlight | Represents the Highlight option in the context menu. |
| Paste | Represents the Paste option in the context menu. |
| Properties | Represents the Properties option in the context menu. |
| ScaleRatio | Represents the Scale Ratio option in the context menu. |
| Squiggly | Represents the Squiggly option in the context menu. |
| Strikethrough | Represents the Strikethrough option in the context menu. |
| Underline | Represents the Underline option in the context menu. |