ScannerIsPaperSizeSupported Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool IsPaperSizeSupported(
RSDPP PaperSize,
bool Portrait,
RSDPS PaperSource
)
Public Function IsPaperSizeSupported (
PaperSize As RSDPP,
Portrait As Boolean,
PaperSource As RSDPS
) As Boolean
public:
bool IsPaperSizeSupported(
[InAttribute] RSDPP PaperSize,
[InAttribute] bool Portrait,
[InAttribute] RSDPS PaperSource
)
Parameters
- PaperSize
- Type: Kofax.OmniPageCSDK.IproPlusRSDPP
- Portrait
- Type: SystemBoolean
- PaperSource
- Type: Kofax.OmniPageCSDK.IproPlusRSDPS
Return Value
Type:
Boolean
See Also