Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: 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() and CPrinterControl::QueueGetBand().

Members

Defined in TBandAttributes:
iFirstBandOnPage, iGraphicsIsIgnored, iRect, iTextIsIgnored

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.