Library | File

Enum pfcPDFColorDepth

# include <pfcExport.h>

enum pfcPDFColorDepth
{
    pfcPDF_CD_COLOR,
    pfcPDF_CD_GRAY,
    pfcPDF_CD_MONO,
    pfcPDFColorDepth_nil
};



Description

This enumerated type contains possible color options.






Values

pfcPDF_CD_COLOR

pfcPDF_CD_GRAY

pfcPDF_CD_MONO

pfcPDFColorDepth_nil
Enum null value.