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; }
<BrowsableAttribute(false)>
<DispIdAttribute(117)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property ViewWidth As Integer
Get
public:
[BrowsableAttribute(false)]
[DispIdAttribute(117)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property int ViewWidth {
int 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