SettingsScannerIsPaperSizeSupported Method
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic bool ScannerIsPaperSizeSupported(
RSDPP paper,
bool portrait,
RSDPS paperSource
)
Public Function ScannerIsPaperSizeSupported (
paper As RSDPP,
portrait As Boolean,
paperSource As RSDPS
) As Boolean
public:
bool ScannerIsPaperSizeSupported(
RSDPP paper,
bool portrait,
RSDPS paperSource
)
Parameters
- paper
- Type: Kofax.OmniPageCSDK.ArgTypesRSDPP
- portrait
- Type: SystemBoolean
- paperSource
- Type: Kofax.OmniPageCSDK.ArgTypesRSDPS
Return Value
Type:
Boolean
See Also