ID_PPF enum

Page info flags

Syntax

enum
{
   PPF_RGB = 1,
   PPF_GRAYSCALE = 2,
   PPF_COLORMAP = 4,
   PPF_ALPHA = 8,
   PPF_VECTOR = 16,
   PPF_DPI = 64,
   PPF_TRANSCOLOR = 512,
   PPF_METADATATYPES = 2048
};

Constants

Value Meaning

PPF_RGB

Image data is RGB

PPF_GRAYSCALE

Image data is grayscale

PPF_COLORMAP

Image data is colormapped

PPF_ALPHA

Image has alpha channel

PPF_VECTOR

Image is vector-based

PPF_DPI

The siDPI field is valid

PPF_TRANSCOLOR

This page has a transparent color and the iTransColor field is valid

PPF_METADATATYPES

Page has 1 or more metadata types and the metadata types variables are valid

Remarks

Used in the ID_PageInfo structure

Requirements

Header: ID_PlugIn.h