ScannerGetTransparencySize Method
|
This method is used to retrieve the maximum transparency adapter 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 GetTransparencySize(
out int Width,
out int Height
)
Public Sub GetTransparencySize (
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetTransparencySize(
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
Remarks
If the scanner does not support a transparency adapter, zero is returned.
See Also