public void DrawImage(HPdfImage image, float x, float y, float width, float height) { HPDF_Page_DrawImage(hpage, image.GetHandle(), x, y, width, height); }
public void ExecuteXObject(HPdfImage xobj) { HPDF_Page_ExecuteXObject(hpage, xobj.GetHandle()); }
public void SetMaskImage(HPdfImage mask_image) { HPDF_Image_SetMaskImage(hobj, mask_image.GetHandle()); }