Page Constructor (IntPtr, SettingCollection)
|
Initializes a new instance of the
Page class
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxprotected Page(
IntPtr page,
SettingCollection settings = null
)
Protected Sub New (
page As IntPtr,
Optional settings As SettingCollection = Nothing
)
protected:
Page(
IntPtr page,
SettingCollection^ settings = nullptr
)
Parameters
- page
- Type: SystemIntPtr
- settings (Optional)
- Type: OmniPageCSDK.ObjectsSettingCollection
See Also