DocumentViewerImageControl Property |
Gets the image control properties.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic 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