PdfWebControlDisableTouchGestures Property |
Gets or sets a value indicating whether touch gestures (e.g. pinch-to-zoom page) in this
PdfWebControl is disabled.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DisableTouchGestures { get; set; }
Public Property DisableTouchGestures As Boolean
Get
Set
Property Value
Type:
Booleantrue if touch gestures should be disabled; otherwise
false the default gestures are enabled.
The default is
false.
Remarks
At this time, RAD PDF supports the following touch gestures:
long press / 1.5 second touch on page objects to show their context menu / right click menupinch-to-zoom on the page container
See Also