Image |
The ImageToPdfOptions type exposes the following members.
Name | Description | |
---|---|---|
CompressionType | Gets and sets PDF compression type. Default: Fastest. | |
DistanceBetweenImages | Gets or sets horizontal and vertical space interval between images (in points). Default: 15 pt. | |
FitImageToPageSize | Gets and sets the value to scale each image (disproportionately) to fit the page size. Thus, each page will contain only the one full-page image. Default: true. | |
Height | Gets and set a single height for all images (in points). Default: null, this means to use the current image height. | |
JpegQuality | Gets or sets the quality of the image (only for JPEG), between 0-100. Not applicable to PNG images. Default: 95. | |
PageNumbering | Gets and sets page numbering properties. | |
PageSetup | Gets and sets the page setup properties: paper type, orientation, margins and so forth. | |
PlaceImagesByHorizontal | Gets or sets value whether to place images vertically or by horizontal. Default: false, this means to place images vertically. | |
Scale | Gets or sets scale in percents for all images which will be converted to PDF, default: 100.0M. | |
Width | Gets and set a single width for all images (in points). Default: null, this means to use the current image width. |