Scanner.SupportedPapers Method
|
This property lists the supported paper sizes of the scanner.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic RSDSUPPORTEDPAPER[] SupportedPapers(
RSDPS PaperSource
)
Public Function SupportedPapers (
PaperSource As RSDPS
) As RSDSUPPORTEDPAPER()
public:
array<RSDSUPPORTEDPAPER>^ SupportedPapers(
[InAttribute] RSDPS PaperSource
)
Parameters
- PaperSource
- Type: Kofax.OmniPageCSDK.IproPlus.RSDPS
Return Value
Type:
RSDSUPPORTEDPAPER[]
See Also