Page Constructor (Int32, Int32, Int32, Int32, UInt16, SettingCollection)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic Page(
int sizex,
int sizey,
int dpix,
int dpiy,
ushort bitsperpixel,
SettingCollection settings = null
)
Public Sub New (
sizex As Integer,
sizey As Integer,
dpix As Integer,
dpiy As Integer,
bitsperpixel As UShort,
Optional settings As SettingCollection = Nothing
)
public:
Page(
int sizex,
int sizey,
int dpix,
int dpiy,
unsigned short bitsperpixel,
SettingCollection^ settings = nullptr
)
Parameters
- sizex
- Type: SystemInt32
- sizey
- Type: SystemInt32
- dpix
- Type: SystemInt32
- dpiy
- Type: SystemInt32
- bitsperpixel
- Type: SystemUInt16
- settings (Optional)
- Type: Kofax.OmniPageCSDK.ObjectsSettingCollection
See Also