See Also Examples Applies To
Adds an image from a GdPicture Image to the native pdf created by the PdfNewPdfEx() function.
Syntax
object.PdfAddImageFromGdPictureImage (nimageID)
The PdfAddImageFromGdPictureImage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GdPicture Image handle. The image to add within the PDF. |
Returns
Long. Returns an incremental Pdf image number if success, else 0. This pdf image number can be used with the PdfDrawImage() function.
Remarks
This function can only be used with the native PDF created by the PdfNewPdfEx() function.
Category
PDF Functions