Page Constructor (Page, 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)
Syntaxpublic Page(
Page page,
SettingCollection settings = null
)
Public Sub New (
page As Page,
Optional settings As SettingCollection = Nothing
)
public:
Page(
Page^ page,
SettingCollection^ settings = nullptr
)
Parameters
- page
- Type: OmniPageCSDK.ObjectsPage
- settings (Optional)
- Type: OmniPageCSDK.ObjectsSettingCollection
See Also