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

Glossary Item Box

Contains color range.

Declaration:

  Copy Code
typedef struct tagAT_PDE_COLORRANGE
{
        float min;
        float max;
} AT_PDE_COLORRANGE;
typedef AT_PDE_COLORRANGE FAR* LPAT_PDE_COLORRANGE;

Members:

Name Type Description
min float Minimum value
max float Maximum value
©2014. Accusoft Corporation. All Rights Reserved.