Click or drag to resize

Page Constructor (Int32, Int32, Int32, Int32, UInt16, SettingCollection)

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(
	int sizex,
	int sizey,
	int dpix,
	int dpiy,
	ushort bitsperpixel,
	SettingCollection settings = null
)

Parameters

sizex
Type: SystemInt32
sizey
Type: SystemInt32
dpix
Type: SystemInt32
dpiy
Type: SystemInt32
bitsperpixel
Type: SystemUInt16
settings (Optional)
Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
See Also