Scanner.GetStandardPaperSize Method
|
This property checks the standard paper size of the scanner.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetStandardPaperSize(
RSDPP PaperSize,
out int Width,
out int Height
)
Public Sub GetStandardPaperSize (
PaperSize As RSDPP,
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetStandardPaperSize(
[InAttribute] RSDPP PaperSize,
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- PaperSize
- Type: Kofax.OmniPageCSDK.IproPlus.RSDPP
- Width
- Type: System.Int32
- Height
- Type: System.Int32
See Also