Scanner.SetPaperSize Method
|
This method sets the paper size for subsequent scanning operations.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void SetPaperSize(
int Width,
int Height
)
Public Sub SetPaperSize (
Width As Integer,
Height As Integer
)
public:
void SetPaperSize(
[InAttribute] int Width,
[InAttribute] int Height
)
Parameters
- Width
- Type: System.Int32
- Height
- Type: System.Int32
Remarks
Width and Height parameters are measured in 1/1200 inches. To query the size of the commonly used standard paper sizes, call the
Scanners collection's GetPaperSize method.
The default value is initialized with the maximum size of the selected paper source.
See Also