Enum InteractionMode
Enum InteractionMode for interaction mode.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum InteractionMode
Fields
| Name | Description |
|---|---|
| Pan | Represents the interaction mode with Pan. |
| TextSelection | Represents the interaction mode with TextSelection. |