Page Constructor (IMG_INFO, START_CONV, Byte, Byte, SettingCollection)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic Page(
IMG_INFO info,
START_CONV flags,
byte[] palette,
byte[][] lines,
SettingCollection settings = null
)
Public Sub New (
info As IMG_INFO,
flags As START_CONV,
palette As Byte(),
lines As Byte()(),
Optional settings As SettingCollection = Nothing
)
public:
Page(
IMG_INFO^ info,
START_CONV flags,
array<unsigned char>^ palette,
array<array<unsigned char>^>^ lines,
SettingCollection^ settings = nullptr
)
Parameters
- info
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
- flags
- Type: Kofax.OmniPageCSDK.ArgTypesSTART_CONV
- palette
- Type: SystemByte
- lines
- Type: SystemByte
- settings (Optional)
- Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
See Also