Image Module
Add Images in the page. More...
Data Structures | |
| struct | A3DPDFImageData |
| A3DPDFImageData structure. More... | |
Functions | |
| A3DStatus | A3DPDFImageCreate (A3DPDFDocument *pDoc, const A3DPDFImageData *pImageData, A3DPDFImage **ppImage) |
| Function to create a picture image object. More... | |
Detailed Description
Add Images in the page.
This module describes the functions and structures that allow you to add images in the page.
Enumeration Type Documentation
| enum A3DPDFEImageFormat |
Different image formats.
- Version
- 4.1
Function Documentation
| A3DStatus A3DPDFImageCreate | ( | A3DPDFDocument * | pDoc, |
| const A3DPDFImageData * | pImageData, | ||
| A3DPDFImage ** | ppImage | ||
| ) |
Function to create a picture image object.
The image object is primarily created with this function, and it should be positioned on the page with the function A3DPDFPageInsertImage.
- Parameters
-
[in,out] pDoc The Document object to work with. [in] pImageData The image parameters. [out] ppImage The Image object created.
- Returns
- A3D_SUCCESS
- Version
- 4.1
