deprecated_A3DPDFImageCreate

A3DStatus deprecated_A3DPDFImageCreate(A3DPDFDocument *pDoc, const deprecated_A3DPDFImageData *pImageData, A3DPDFImage **ppImage)

deprecated

A3DStatus deprecated_A3DPDFImageCreate(A3DPDFDocument* pDoc, const deprecated_A3DPDFImageData* pImageData, A3DPDFImage** ppImage)

Function to create a picture image object.

DeprecatedThis function is deprecated. Please use A3DPDFImageCreateFromFile() or A3DPDFImageCreateFromStream() instead. This will be removed in version 2026.1.0.

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

Parameters

pDoc: The Document object to work with.

pImageData: The image parameters.

ppImage: The Image object created.

Returns

A3D_SUCCESS in case of success or an error code