Enum pfcRasterType
# include <pfcWindow.h>
enum pfcRasterType
{
pfcRASTER_BMP,
pfcRASTER_TIFF,
pfcRASTER_EPS,
pfcRASTER_JPEG,
pfcRasterType_nil
};
Description
This enumerated type lists ProRasterType (the output image type) and represents the available classes for the Image export.
Values
-
pfcRASTER_BMP
- Returned by pfcBitmapImageExportInstructions objects.
-
pfcRASTER_TIFF
- Returned by pfcTIFFImageExportInstructions objects.
-
pfcRASTER_EPS
- Returned by pfcEPSImageExportInstructions objects.
-
pfcRASTER_JPEG
- Returned by pfcJPEGImageExportInstructions objects.
-
pfcRasterType_nil
- Enum null value.