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

Glossary Item Box

Separation color space.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORDATA_SEPARATION
{
        DWORD size;
        HIG_PDF_ATOM name;
        HIG_PDE_COLORSPACE alt;
        HIG_PDF_BASOBJ tintTransform;
} AT_PDE_COLORDATA_SEPARATION;
typedef AT_PDE_COLORDATA_SEPARATION FAR* LPAT_PDE_COLORDATA_SEPARATION;

Members:

DWORD size size = sizeof(AT_PDE_COLORDATA_SEPARATION).
HIG_PDF_ATOM name Name of separation or colorant.
HIG_PDE_COLORSPACE alt Alternative color space.
HIG_PDF_BASOBJ tintTransform The tintTransform dictionary or function. See Section 4.5.5 in the PDF Reference for more information.
©2012. Accusoft Corporation. All Rights Reserved.