Pdf |
Class | Description | |
---|---|---|
Auto | The image mapping that automatically determines a suitable conversion Images with a meaningful resolution, e.g. scans or graphics, are converted to PDF pages fitting the image. The image size is preserved if it is smaller than MaxPageSize. Otherwise, it is scaled down. For all images except scans, a margin DefaultPageMargin is used. Images with no meaningful resolution, e.g. photos are scaled, to fit onto MaxPageSize. | |
Converter | The class to convert one or more images to a PDF document | |
ImageMapping | The base class for image mappings The image mapping specifies how an input image is transformed and placed onto the output PDF page. | |
ImageOptions | The conversion options related to the images | |
ShrinkToFit | The image mapping that places the image onto pages of the specified size Place images onto portrait or landscape pages. Large images are scaled down to fit onto PageSize. | |
ShrinkToPage | The image mapping that places the image onto pages of the specified size Place images onto portrait or landscape pages. If an image is too large to fit on a page, the page may be rotated to better accommodate the image. Large images are scaled down to fit onto the PDF page size PageSize. | |
ShrinkToPortrait | Obsolete. The image mapping that places the image onto portrait pages of the specified size Place images onto portrait pages. Large images are scaled down to fit onto PageSize. |