Scanner.GetFlatbedSize Method
|
This method is used to retrieve the maximum flat-bed scanning area size into the Width and Height parameters, 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 GetFlatbedSize(
out int Width,
out int Height
)
Public Sub GetFlatbedSize (
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetFlatbedSize(
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- Width
- Type: System.Int32
- Height
- Type: System.Int32
Remarks
If the scanner does not support flat-bed scanning, zero is returned.
See Also