OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Equivalent to BANDINFOSTRUCT. More...
#include <owl/dc.h>
Public Attributes | |
bool | HasGraphics |
bool | HasText |
TRect | GraphicsRect |
Equivalent to BANDINFOSTRUCT.
An ObjectWindows struct, TBandInfo is used to pass information to a printer driver that supports banding. TBandInfo is declared as follows:
HasGraphics is true if graphics are (or are expected to be) on the page or in the band; otherwise, it is false.
HasText is true if text is (or is expected to be) on the page or in the band; otherwise, it is false.
GraphicsRect defines the bounding region for all graphics on the page.