ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDE_IMAGEATTRS
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_IMAGEATTRS

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:

Name Type Description
flags UINT enumIGPDEImageAttrFlags indicating image attributes.
width LONG Width of the image, corresponding to the Width key in the image dictionary.
height LONG Height of the image, corresponding to the Height key in the image dictionary.
bitsPerComponent LONG Number of bits used to represent each color component in the image, corresponding to the BitsPerComponent key in the image dictionary.
decode AT_PDF_FIXED[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.
intent HIG_PDF_ATOM Color rendering intent, corresponding to the Intent key in the image dictionary.
Is this page helpful?
Yes No
Thanks for your feedback.