ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Structures Reference / AT_PDE_COLORDATA_SEPARATION
In This Topic
    AT_PDE_COLORDATA_SEPARATION
    In This Topic

    Separation color space.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDE_COLORDATA_SEPARATION
    {
            AT_UINT 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:

    Name Type Description
    size AT_UINT size = sizeof(AT_PDE_COLORDATA_SEPARATION).
    name HIG_PDF_ATOM Name of separation or colorant.
    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.