ImageEn, unit imageenio

TIESize


Declaration

TIESize = (iesNormal, iesFitToPage, iesFitToPageStretch, iesFillPage, iesSpecifiedSize, iesMultiplePages);


Description

Value Description
iesNormal Determine print size by the original image DPI (i.e. to create a true size copy)
iesFitToPage Stretch the image to fit the page, while respecting its proportions
iesFitToPageStretch Stretch the image to fit the page, ignoring the proportions
iesFillPage Stretch the image to fill the entire page (respecting its proportions), cropping any edge of it so that it aligns with the orientation of the page (i.e. portions of the image may not be printed)
iesSpecifiedSize Print at an absolute size specified by the SpecWidth and SpecHeight parameters
iesMultiplePages Print the image over multiple pages with count specified by the SpecWidth and SpecHeight parameters (Poster)