ScannersGetPaperSize Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetPaperSize(
RSDPP PaperFormat,
out int Width,
out int Height
)
Public Sub GetPaperSize (
PaperFormat As RSDPP,
<OutAttribute> ByRef Width As Integer,
<OutAttribute> ByRef Height As Integer
)
public:
void GetPaperSize(
[InAttribute] RSDPP PaperFormat,
[OutAttribute] int% Width,
[OutAttribute] int% Height
)
Parameters
- PaperFormat
- Type: Kofax.OmniPageCSDK.IproPlusRSDPP
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also