Page Constructor (Byte, COMPRESSED_IMG_INFO, SettingCollection, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic Page(
byte[] bitmap,
COMPRESSED_IMG_INFO imageinfo,
SettingCollection settings = null,
bool datastream = false
)
Public Sub New (
bitmap As Byte(),
imageinfo As COMPRESSED_IMG_INFO,
Optional settings As SettingCollection = Nothing,
Optional datastream As Boolean = false
)
public:
Page(
array<unsigned char>^ bitmap,
COMPRESSED_IMG_INFO^ imageinfo,
SettingCollection^ settings = nullptr,
bool datastream = false
)
Parameters
- bitmap
- Type: SystemByte
- imageinfo
- Type: Kofax.OmniPageCSDK.ArgTypesCOMPRESSED_IMG_INFO
- settings (Optional)
- Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
- datastream (Optional)
- Type: SystemBoolean
See Also