Adds a bitmap image for rendering to an image used on a page in the document.
public void AddBitmapImageToImageObject(GfxElement image, string path);
Parameters |
Description |
GfxElement image |
The GfxImage object (used to get dest path) |
string path |
The path to source image inside the container. It must be a png or jpg file. |