Printer media size.

Enumerator:
MEDIA_CUSTOM 
MEDIA_USLETTER  Custom paper size.
MEDIA_LEGAL  US Letter size.
MEDIA_A4  US Legal size.
MEDIA_ENVELOPE  A4.

Definition at line 62 of file FXDCPrint.h.

00062                  {
00063   MEDIA_CUSTOM            = 0,    
00064   MEDIA_USLETTER          = 1,    
00065   MEDIA_LEGAL             = 2,    
00066   MEDIA_A4                = 3,    
00067   MEDIA_ENVELOPE          = 4     
00068   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:43 2009 for TnFOX by doxygen v1.4.7