DocumentViewerImageControl Property |
Gets the image control properties.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public ImageControlProperties ImageControl { get; }
Public ReadOnly Property ImageControl As ImageControlProperties
Get
Property Value
Type:
ImageControlProperties The image control properties.
Examples _viewer.ImageControl.MouseTool = MouseToolType.Pan;
_viewer.ImageControl.MouseTool = MouseToolType.Pan
See Also