public HPDF_STATUS drawImage(
Image image,
float x,
float y,
float width,
float height)
Shows an image in one operation.
Parameters
image | The handle of an image object. x, y = The lower-left point of the region where image is displayed. |
width | The width of the region where image is displayed. |
height | The width of the region where image is displayed. ## Graphics Mode Before and after - GMode.pageDescription. |