Page Constructor (ImageFile, Int32, SettingCollection, Boolean)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic Page(
ImageFile file,
int index,
SettingCollection settings = null,
bool datastream = false
)
Public Sub New (
file As ImageFile,
index As Integer,
Optional settings As SettingCollection = Nothing,
Optional datastream As Boolean = false
)
public:
Page(
ImageFile^ file,
int index,
SettingCollection^ settings = nullptr,
bool datastream = false
)
Parameters
- file
- Type: OmniPageCSDK.ObjectsImageFile
- index
- Type: SystemInt32
- settings (Optional)
- Type: OmniPageCSDK.ObjectsSettingCollection
- datastream (Optional)
- Type: SystemBoolean
See Also