Image Module
Add Images in the page.
This module describes the functions and structures that allow you to add images in the page. These images can only be added on a page, and cannot be retrieved from an existing page.
An image can be used as a static image to be inserted on a page at a specific position. Use A3DPDFPageInsertImage2() for positionning such an image on a page. Also, an image can be stored as an icon in the document, and then be used for interactivity.
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
Structures
Enumerations
Functions
deprecated_A3DPDFImageCreate()deprecated_A3DPDFPageInsertImage()A3DPDFImageCreateFromFile()A3DPDFImageCreateFromStream()A3DPDFPageInsertImage2()