Click or drag to resize

Page Constructor (String, Int32, SettingCollection, Boolean)

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public Page(
	string filename,
	int index,
	SettingCollection settings = null,
	bool datastream = false
)

Parameters

filename
Type: SystemString
index
Type: SystemInt32
settings (Optional)
Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
datastream (Optional)
Type: SystemBoolean
See Also