RecAPIkRecGetScannerSizesSupported Method (Int32, RSDPP, RSDPO, RSDPS)
|
Namespace:
Kofax.OmniPageCSDK.CAPI
Assembly:
Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic static RECERR kRecGetScannerSizesSupported(
int sid,
RSDPP[] PaperSizes,
RSDPO[] Orientations,
RSDPS PaperSource
)
Public Shared Function kRecGetScannerSizesSupported (
sid As Integer,
PaperSizes As RSDPP(),
Orientations As RSDPO(),
PaperSource As RSDPS
) As RECERR
public:
static RECERR kRecGetScannerSizesSupported(
int sid,
array<RSDPP>^ PaperSizes,
array<RSDPO>^ Orientations,
RSDPS PaperSource
)
Parameters
- sid
- Type: SystemInt32
- PaperSizes
- Type: Kofax.OmniPageCSDK.ArgTypesRSDPP
- Orientations
- Type: Kofax.OmniPageCSDK.ArgTypesRSDPO
- PaperSource
- Type: Kofax.OmniPageCSDK.ArgTypesRSDPS
Return Value
Type:
RECERR
See Also