ImageGear Professional DLL v17.1 for Windows Accusoft
AT_PDE_IMAGEATTRS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_IMAGEATTRS

Glossary Item Box

Attributes of a PDE Image object.

Declaration:

  Copy Code
typedef struct tagAT_PDE_IMAGEATTRS
{
        UINT flags;
        LONG width;
        LONG height;
        LONG bitsPerComponent;
        AT_PDF_FIXED decode[8];
        HIG_PDF_ATOM intent;
} AT_PDE_IMAGEATTRS;
typedef AT_PDE_IMAGEATTRS FAR* LPAT_PDE_IMAGEATTRS;

Members:

UINT flags enumIGPDEImageAttrFlags indicating image attributes.
LONG width Width of the image, corresponding to the Width key in the image dictionary.
LONG height Height of the image, corresponding to the Height key in the image dictionary.
LONG bitsPerComponent Number of bits used to represent each color component in the image, corresponding to the BitsPerComponent key in the image dictionary.
AT_PDF_FIXED decode[8] An array of numbers specifying the mapping from sample values in the image to values appropriate for the current color space. These values correspond to the Decode key in the image dictionary.
HIG_PDF_ATOM intent Color rendering intent, corresponding to the Intent key in the image dictionary.
©2012. Accusoft Corporation. All Rights Reserved.