Click or drag to resize

ImageViewViewWidth Property

This property returns the current view width in pixels.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[BrowsableAttribute(false)]
[DispIdAttribute(117)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int ViewWidth { get; }

Property Value

Type: Int32
Remarks
For a detailed description of the ImageView's coordinate systems and the scrolling, see also the View Coordinates chapter under Coordinate Systems in the documentation.
See Also