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