Click or drag to resize

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; }

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