A3DPDFImageCreateFromFile

A3DStatus A3DPDFImageCreateFromFile(A3DPDFDocument *pDoc, const A3DUTF8Char *pcFileName, const A3DPDFEImageFormat eFormat, A3DPDFImage **ppImage)

deprecated

A3DStatus A3DPDFImageCreateFromFile(A3DPDFDocument* pDoc, const A3DUTF8Char* pcFileName, const A3DPDFEImageFormat eFormat, A3DPDFImage** ppImage)

Function to create an image object from a file.

The image object is primarily created with this function, and it should be positioned on the page with the function A3DPDFPageInsertImage2().

Parameters

pDoc: The Document object to work with.

pcFileName: File name of the image file.

eFormat: Format of the image. If kA3DPDFImageFormatUnknown, the format is deducted from file extension.

ppImage: The Image object created.

Returns

A3D_SUCCESS in case of success or an error code