Click or drag to resize

PdfWebControlLiteDisableTouchGestures Property

Gets or sets a value indicating whether touch gestures (e.g. pinch-to-zoom page) in this PdfWebControlLite is disabled.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DisableTouchGestures { get; set; }

Property Value

Type: Boolean
true 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