A3DPDFImageData
Fields
Detailed Description
-
struct A3DPDFImageData
A3DPDFImageData structure.
- Deprecated:
This structure is deprecated and Image objects should be created using A3DPDFImageCreateFromFile or A3DPDFImageCreateFromStream functions instead. This will be removed in version 2026.1.0.
- Version
4.1
Public Members
-
A3DUTF8Char *m_pcFileName
File name of the image file.
-
A3DInt32 m_iWidth
Width in pixels. Only used to insert an image on a page with A3DPDFPageInsertImage.
-
A3DInt32 m_iHeight
Height in pixels. Only used to insert an image on a page with A3DPDFPageInsertImage.
-
A3DPDFEImageFormat m_eFormat
Format of the image.