Target pan control.
public Control Control { get; set; }
Public Property Control() As System.Windows.Forms.Control
Get
Set
public:
property System::Windows::Forms::Control^ Control
{
System::Windows::Forms::Control^ get()
void set(System::Windows::Forms::Control^ value)
}
The target pan control. Default value is null.
Set this property to any control (must be an HTML5 Canvas Element in JavaScript) to act as the target of the pan control.
Once Control and ImageViewer are set, ImageViewerPanControl will render the content of the viewer into the target control along with a rectangle that shows the current visible area. If the value of EnablePan is set to true then clicking and dragging on the control surface will move the pan rectangle in the external control and pan the view in the image viewer accordingly.
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