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

Glossary Item Box

ICC based color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_ICCBASED
{
        DWORD size;
        HIG_PDF_STREAM iccstream;
        UINT nComps;
        HIG_PDE_COLORSPACE altCs;
} AT_PDE_COLORDATA_ICCBASED;
typedef AT_PDE_COLORDATA_ICCBASED FAR* LPAT_PDE_COLORDATA_ICCBASED;

Members:

DWORD size size = sizeof(AT_PDE_COLORDATA_ICCBASED).
HIG_PDF_STREAM iccstream Stream containing ICC Profile.
UINT nComps Number of color components (1, 3, or 4).
HIG_PDE_COLORSPACE altCs Alternate ColorSpace (optional).
©2012. Accusoft Corporation. All Rights Reserved.