ScannerGetScanArea Method
|
This method retrieves the current scanning area measured in 1/1200 inches.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetScanArea(
out int left,
out int top,
out int Width,
out int Height
)
Public Sub GetScanArea (
<OutAttribute> ByRef left As Integer,
<OutAttribute> ByRef top As Integer,
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetScanArea(
[OutAttribute] int% left,
[OutAttribute] int% top,
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- left
- Type: SystemInt32
- top
- Type: SystemInt32
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also