ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > ExportDDB Method |
Creates a DDB of the image. It always uses all the display options of the image and assumes that the output device has a color format compatible with the hDC, but the client area of the output device is a rectangle of nWidth x nHeight size.
ExportDDB(hDC As Long, Width As Long, Height As Long) As
IGDisplayDDB
Name | Description |
---|---|
hDC | Handle of device context that the DDB should be compatible with. If 0 then the DDB will be compatible with the desktop's device context. |
Width | Width of DDB to create. |
Height | Height of DDB to create. |
A new instance of IGDisplayDDB Object
N/A
Display