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: 20.1.0.0 (20.1.16620.2100)
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