Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GDI.H>

Class TBandAttributes

class TBandAttributes;

Description

Controls the attributes of the band to be printed.

An object of this type is passed as a parameter to functions. MPageRegionPrinter::PrintBandL(CGraphicsDevice *,TInt,const TBandAttributes &) and CPrinterControl::QueueGetBand(TRequestStatus &,TBandAttributes &).

Members

Defined in TBandAttributes:

See also:


Member data


iRect

TRect iRect;

Description

The width and height of the band in twips or pixels.


iTextIsIgnored

TBool iTextIsIgnored;

Description

ETrue to draw no text to the band; EFalse to draw text.


iGraphicsIsIgnored

TBool iGraphicsIsIgnored;

Description

ETrue to draw no graphics to the band; EFalse to draw graphics.


iFirstBandOnPage

TBool iFirstBandOnPage;

Description

ETrue if band is the first band on the page; EFalse if not.