A3DPDFImageData

Fields

A3DUTF8Char *

m_pcFileName

A3DInt32

m_iWidth

A3DInt32

m_iHeight

A3DPDFEImageFormat

m_eFormat

Detailed Description

struct A3DPDFImageData

A3DPDFImageData structure.

Deprecated:

This structure is deprecated and Image objects should be created using A3DPDFImageCreateFromFile or A3DPDFImageCreateFromStream functions.

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.