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

Glossary Item Box

Describes color specification.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORSPEC
{
        HIG_PDE_COLORSPACE space;
        AT_PDE_COLORVALUE value;
} AT_PDE_COLORSPEC;
typedef AT_PDE_COLORSPEC FAR* LPAT_PDE_COLORSPEC;

Members:

HIG_PDE_COLORSPACE space The specified color space.
AT_PDE_COLORVALUE value The color value.
©2012. Accusoft Corporation. All Rights Reserved.