Enable panning on the target control.
public bool EnablePan { get; set; }
Public Property EnablePan() As Boolean
Get
Set
public:
property bool EnablePan
{
bool get()
void set(bool value)
}
true to allow the user to click and drag on the target control, otherwise; false. Default value is true.
This value allows the user to click and drag on the target control to move the pan rectangle as well as panning the in the image viewer.
For an example, refer to ImageViewerPanControl.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET