Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: gdi.h

Class TBandAttributes

TBandAttributes

Support

Supported from 5.0

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().

Defined in TBandAttributes:
iFirstBandOnPage, iGraphicsIsIgnored, iRect, iTextIsIgnored

See also:


Public data members


iRect

TRect iRect

Description

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


iFirstBandOnPage

TBool iFirstBandOnPage

Description

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


iGraphicsIsIgnored

TBool iGraphicsIsIgnored

Description

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


iTextIsIgnored

TBool iTextIsIgnored

Description

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