#include <mw/prninf.h>
class TPrintParameters |
Public Attributes | |
---|---|
TInt | iFirstPage |
TInt | iLastPage |
TInt | iNumCopies |
Public Member Functions | |
---|---|
TPrintParameters() |
Print parameters.
This data is associated with a particular print request, not with the document to be printed, so is separate from the print setup information.
An object of this class is passed to CPrintSetup::StartPrintL() and to CPrintSetup::StartPreviewPrintL().
See also: CPrintSetup
TInt | iFirstPage |
The first page to be printed.
This value should be less than or equal to iLastPage. Zero indicates the first page in the document.
TInt | iLastPage |
The last page to be printed.
This value should be greater than or equal to iFirstPage. Zero indicates the first page in the document.