Page Constructor (Byte, COMPRESSED_IMG_INFO, SettingCollection, Boolean)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
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: OmniPageCSDK.ArgTypesCOMPRESSED_IMG_INFO
- settings (Optional)
- Type: OmniPageCSDK.ObjectsSettingCollection
- datastream (Optional)
- Type: SystemBoolean
See Also