ImageViewViewHeight Property
|
This property returns the current view height in pixels.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(118)]
[BrowsableAttribute(false)]
public int ViewHeight { get; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(118)>
<BrowsableAttribute(false)>
Public ReadOnly Property ViewHeight As Integer
Get
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(118)]
[BrowsableAttribute(false)]
property int ViewHeight {
int get ();
}
Property Value
Type:
Int32
Remarks
For a detailed description of the ImageView control's coordinate systems and the scrolling, see also the View Coordinates chapter
under Coordinate Systems in the documentation.
See Also