Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: prninf.h
Link against: print.lib

Class TPrintParameters

TPrintParameters

Support

Supported from 5.0

Description

Print parameters.

This data is associated with a particular print request, not with the document to be printed, so is kept separate from the print setup information.

An object of this class is passed to CPrintSetup::StartPrintL() and to CPrintSetup::StartPreviewPrintL().

Defined in TPrintParameters:
TPrintParameters(), iFirstPage, iLastPage, iNumCopies

See also:


Construction and destruction


TPrintParameters()

TPrintParameters();

Description

Trivial default C++ constructor.

The number of copies is initialised to one, and the number of the first and last pages to zero.

[Top]


Data members


iFirstPage

TInt iFirstPage

Description

The first page to be printed.

Should be less than or equal to iLastPage. Zero indicates the first page in the document.


iLastPage

TInt iLastPage

Description

The last page to be printed.

Should be greater than or equal to iFirstPage. Zero indicates the first page in the document.


iNumCopies

TInt iNumCopies

Description

The number of copies to print.