public class GfxImage : AFPObject, IDisposable;
An image object that links to an image file. An image may explicitly specify its location on the page. Alternatively, an image may be linked to a Shape bounding box. In that case, it is placed on the page so that it aligns with the bounding box. In order not to link the image to a region, you must pass the value -1 to the method.
Make sure that an image file with the same name as the GfxImage object exists in the userdata/lsac_data directory. The file must have a .png or .jpg extension. It will enable you to: (1) print a graphics resource with the same file name as the GfxImage, and (2) render the GfxImage object properly using bitmaps.
GfxImage.cs