TSRVPrint.ScaleImage

<< Click to display table of contents >>

TSRVPrint.ScaleImage

Specifies whether the source page image must be stretched to the full poster size.

property ScaleImage: Boolean;

Posters are printed if PrintMode = srvpPoster.

If ScaleImage = True, pages are scaled to the full poster size (RealWidth will be PageWidthPix , RealHeight will be PageHeightPix), without keeping the original proportions.

If ScaleImage = False, pages are scaled proportionally to the maximal size that fits in TotalFrameWPix x TotalFrameHPix (RealWidth will be <=TotalFrameWPix, RealHeight<=TotalFrameHPix).

ScaleImage Example

ScaleImage Example

Default value:

False