ImageViewScrollXPos Property
|
This property returns the current horizontal 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[DispIdAttribute(119)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int ScrollXPos { get; }
<DispIdAttribute(119)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
Public ReadOnly Property ScrollXPos As Integer
Get
public:
[DispIdAttribute(119)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
property int ScrollXPos {
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