ImageGear Professional DLL v18.1 for Windows
AT_PDE_COLORDATA_DEVICEN
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_COLORDATA_DEVICEN

Glossary Item Box

DeviceN color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_DEVICEN
{
        DWORD size;
        HIG_PDF_ATOM* names;
        UINT nNames;
        HIG_PDE_COLORSPACE alt;
        HIG_PDF_BASOBJ tintTransform;
} AT_PDE_COLORDATA_DEVICEN;
typedef AT_PDE_COLORDATA_DEVICEN FAR* LPAT_PDE_COLORDATA_DEVICEN;

Members:

Name Type Description
size DWORD size = sizeof(AT_PDE_COLORDATA_DEVICEN).
*names HIG_PDF_ATOM* Names of colorants.
nNames UINT Number of colorants.
alt HIG_PDE_COLORSPACE Alternative color space.
tintTransform HIG_PDF_BASOBJ The tintTransform dictionary or function. See Section 4.5.5 in the PDF Reference for more information.
©2014. Accusoft Corporation. All Rights Reserved.