You are not logged in.
Pages: 1
Hi,
I was using a TGDIPages to do my report.
And i try to change the orientation of some pages but i can't.
I will keep some page in Portrait orientation and specific page in Landscape.
It's possible ?
Offline
It's not possible directly with the current implementation.
The orientation is global for the whole report.
See what the corresponding property states:
....
/// the paper orientation
// - nb: it's not possible to change the orientation once a report has started,
// i.e. after a BeginDoc call
property Orientation: TPrinterOrientation read GetOrientation write SetOrientation;
I could add this feature, but I would need some time to code it, because the whole unit is to be reviewed.
Offline
Pages: 1