ScannerGetStandardPaperSize Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusRSDPP
- Width
- Type: SystemInt32
- Height
- Type: SystemInt32
See Also