Accusoft.ImagXpressSdk Namespace : Tool Enumeration |
'Declaration Public Enum Tool Inherits System.Enum
'Usage Dim instance As Tool
public enum Tool : System.Enum
__value public enum Tool : public System.Enum
public enum class Tool : public System.Enum
Member | Value | Description |
---|---|---|
Hand | 4 | Image panning tool. |
Magnify | 5 | Magnifying window. |
None | 0 | No tool is selected. |
Pan | 7 | Panning tool. |
Select | 6 | Window selection tool. |
ZoomIn | 1 | Zoom in tool. |
ZoomOut | 2 | Zoom out tool. |
ZoomRect | 3 | Zoom rectangle tool. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.Tool