FormTemplatePage Constructor (Byte, SettingCollection)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic FormTemplatePage(
byte[] buffer,
SettingCollection settings = null
)
Public Sub New (
buffer As Byte(),
Optional settings As SettingCollection = Nothing
)
public:
FormTemplatePage(
array<unsigned char>^ buffer,
SettingCollection^ settings = nullptr
)
Parameters
- buffer
- Type: SystemByte
- settings (Optional)
- Type: OmniPageCSDK.ObjectsSettingCollection
See Also