TSRVPrint.RealWidth

<< Click to display table of contents >>

TSRVPrint.RealWidth

Returns the width of the scaled page of the source document.

property RealWidth: 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 RealWidth=PageWidthPix.

If ScaleImage =False, each page is scaled proportionally to the maximal size that fits in TotalFrameWPix x TotalFrameHPix, so RealWidth<=TotalFrameWPix.

See also:

RealHeight

the picture in the topic about TSRVPrint