Applies to
Description
Specifies the file name of the image for the PDFImage object.
The supported file formats include: bmp, jpg, jpf, tiff, tif, jp2, jpeg, png, j2k, and jpx.
Data type
String.
Usage
In scripts
This example shows how to set an image for a PDFImage object:
lpdf_image = create pdfimage lpdf_text = create pdftext lpdf_image.filename = "D:\image1\1.jpg"