Auto Class |
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.
public class Auto : ImageMapping
The Auto type exposes the following members.
Name | Description | |
---|---|---|
DefaultPageMargin | The default page margin Default value: 20mm (0.79in) | |
MaxPageSize | The maximum page size Each image is scaled individually such that neither the width nor the height exceeds the maximum page size. For landscape images the maximum page size is assumed to be landscape, and equivalently for portrait images. Default value: "A4" (210mm 297mm) |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |