deprecated_A3DPDFPageInsertImage

A3DStatus deprecated_A3DPDFPageInsertImage(A3DPDFPage *pPage, A3DPDFImage *pImage, const A3DInt32 iPosLeft, const A3DInt32 iPosBottom)

deprecated

A3DStatus deprecated_A3DPDFPageInsertImage(A3DPDFPage* pPage, A3DPDFImage* pImage, const A3DInt32 iPosLeft, const A3DInt32 iPosBottom)

Function to insert a static image in a page.

With this, an image is positionned on a page but can not be used for interactivity. DeprecatedThis function is deprecated. Please use A3DPDFPageInsertImage2() instead. This will be removed in version 2026.1.0.

Parameters

pPage: The Page object to work with.

pImage: The Image object to insert on the page.

iPosLeft: The x coordinate of the insertion point of the image. The insertion point is the bottom left corner of the image. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

iPosBottom: The y coordinate of the insertion point of the image. The insertion point is the bottom left corner of the image. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.

Returns

A3D_SUCCESS in case of success or an error code