A3DPDFImageCreateFromStream

A3DStatus A3DPDFImageCreateFromStream(A3DPDFDocument *pDoc, const A3DUTF8Char *pcStream, const A3DInt32 iLengthStream, const A3DPDFEImageFormat eFormat, A3DPDFImage **ppImage)

deprecated

A3DStatus A3DPDFImageCreateFromStream(A3DPDFDocument* pDoc, const A3DUTF8Char* pcStream, const A3DInt32 iLengthStream, 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.

pcStream: The buffer.

iLengthStream: The length of the buffer.

eFormat: Format of the image. It is mandatory to be specified for a buffer.

ppImage: The Image object created.

Returns

A3D_SUCCESS in case of success or an error code