| Overload | Description | 
|---|---|
| AddImageFromBitmap(Bitmap,Boolean,Boolean) | 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. | 
| AddImageFromBitmap(Bitmap,PdfAdvancedImageCompression) | 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. | 
                                        
                                            In This Topic
                                        
                                    
                                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
See Also