Views
Foundation Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
ps.h File Reference
#include <ilviews/base/port.h>
#include <ilviews/base/iostream.h>

Classes

class  IlvPSColorDevice
 Class implementing a dump device in PostScript (color-enabled). More...
 
class  IlvPSDevice
 Class implementing a dump device in PostScript. More...
 

Enumerations

enum  IlvPSColorModel { IlvPSGrayScale, IlvPSColor }
 Values to specify the color model used for PostScript printing. More...
 

Detailed Description

Library: xviews or winviews or mviews (mutually exclusive)
Declaration of the IlvPSDevice and IlvPSColorDevice classes.

Enumeration Type Documentation

◆ IlvPSColorModel

Values to specify the color model used for PostScript printing.

These values are used by IlvPSDevice::getColorModel() and IlvPSDevice::setColorModel().

Enumerator
IlvPSGrayScale 

For grayscale printing.

IlvPSColor 

For color printing.