class CEPRINT
{
public struct DEFAULT
{
static public short DMORIENT_PORTRAIT = 1;
static public short DMORIENT_LANDSCAPE = 2;
static public short DMPAPER_LETTER = 1;
static public short DMPAPER_LEGAL = 5;
static public short DMPAPER_A4 = 9;
static public short DMPAPER_B4 = 12;
static public short DMPAPER_B5 = 13;
static public short DMRES_DRAFT = -1;
static public short DMRES_HIGH = -4;
static public short DMCOLOR_MONOCHROME = 1;
static public short DMCOLOR_COLOR = 2;