A3DPDFImageData Struct Reference
A3DPDFImageData structure. More...
Data Fields | |
A3DPDFEImageFormat | m_eFormat |
A3DInt32 | m_iHeight |
A3DInt32 | m_iWidth |
A3DUTF8Char * | m_pcFileName |
Detailed Description
A3DPDFImageData structure.
- Deprecated:
- This structure is deprecated and Image objects should be created using A3DPDFImageCreateFromFile or A3DPDFImageCreateFromStream functions.
- Version
- 4.1
Field Documentation
◆ m_pcFileName
A3DUTF8Char* A3DPDFImageData::m_pcFileName |
File name of the image file.
◆ m_iWidth
A3DInt32 A3DPDFImageData::m_iWidth |
Width in pixels. Only used to insert an image on a page with A3DPDFPageInsertImage.
◆ m_iHeight
A3DInt32 A3DPDFImageData::m_iHeight |
Height in pixels. Only used to insert an image on a page with A3DPDFPageInsertImage.
◆ m_eFormat
A3DPDFEImageFormat A3DPDFImageData::m_eFormat |
Format of the image.