In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddImageFromBitmap Method

AddImageFromBitmap Method

In This Topic
Adds and draws an image within the currently loaded PDF document using a bitmap object as an image resource.
Overload List
OverloadDescription
Adds an image resource stored in a Bitmap object to the currently loaded PDF document according to what you have specified. You can either draw the image directly using this method or you can draw it later using the returned image resource name. The dimensions of the newly added page are the same as the original dimensions of the inserted image.  
Adds an image resource and then subsequently draws this image onto a newly created page within the currently loaded PDF document. You can specify an advanced compression mechanism such as color detection or mixed raster content (MRC) compression when drawing an image. The dimensions of the newly added page are the same as the original dimensions of the inserted image.  
See Also