TSRVPrint.ScaleImage |
Top Previous Next |
|
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 Default value: False |