Page Constructor (ImageFile, Int32, SettingCollection, Boolean)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
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: Kofax.OmniPageCSDK.ObjectsImageFile
- index
- Type: SystemInt32
- settings (Optional)
- Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
- datastream (Optional)
- Type: SystemBoolean
See Also