Adds raw or compressed image data to an existing page in a PDF document.
Overload List
Overload | Description |
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,ImageDataInfo) | Adds raw or compressed image data to an existing page in a PDF document. |
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,String,Int32) | Adds an image from an image file to an existing page in a PDF document. |
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,Byte[],Int32) | Adds an image from an image file in memory to an existing page in a PDF document. |
AddImage(Int32,Double,Double,Double,Double,ImageFitSettings,IntPtr,Int32) | Adds an image from an image file in a HANDLE to an existing page in a PDF document. |
See Also