Page Constructor (Int32, Int32, Int32, Int32, UInt16, SettingCollection)
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
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: OmniPageCSDK.ObjectsSettingCollection
See Also