<< Click to display table of contents >> TSRVPrint.RealHeight |
Returns the height of the scaled page of the source document.
property RealHeight: Extended;
Posters are printed if PrintMode = srvpPoster.
If ScaleImage=True, each page of the source document is scaled to the full poster size without keeping proportions, so RealHeight=PageHeightPix.
If ScaleImage =False, each page is scaled proportionally to the maximal size that fits in TotalFrameWPix x TotalFrameHPix, so RealHeight<=TotalFrameHPix.
See also:
•the picture in the topic about TSRVPrint