Class JpegSaveOptions
Contents
[
Hide
]JpegSaveOptions class
Class for XPS-as-JPEG saving options.
public class JpegSaveOptions : ImageSaveOptions
Constructors
| Name | Description |
|---|---|
| JpegSaveOptions() | Creates new instance of options. |
Properties
| Name | Description |
|---|---|
| AdditionalFontsFolders { get; set; } | Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs. |
| BatchSize { get; set; } | Specifies the size of a portion of pages to pass from node to node. |
| BeforePageSavingEventHandlers { get; } | The collection of event handlers that performs modifications to an XPS page just before it is saved. |
| virtual ConvertFontsToTTF { get; set; } | Specifies whether to save non-TrueType fonts to TTF. It significantly decreases the volume of the resulting document in PS to PDF conversion and increases the speed of conversion of PS files with a large quantity of text in non-TrueType fonts to any output format. However there is small vertical shift of text when converting PostSctipt file to image. |
| virtual Debug { get; set; } | Specifies whether debug information must be printed to standard output stream or not. |
| virtual Exceptions { get; } | Returns a list of suppressed conversion errors If !:SuppressErrors is true. |
| ImageSize { get; set; } | Gets/sets the size of the output images in pixels. |
| InterpolationMode { get; set; } | Gets/sets the interpolation mode. |
| JpegQualityLevel { get; set; } | The Quality category specifies the level of compression for an image. Available values are 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. 0 value results in lowest quality image, while 100 results in highest. |
| PageNumbers { get; set; } | Gets/sets the array of numbers of pages to convert. |
| Resolution { get; set; } | Gets/sets the image resolution. |
| Size { get; set; } | Gets/sets the size of the image. |
| SmoothingMode { get; set; } | Gets/sets the smoothing mode. |
| virtual SupressErrors { get; set; } | Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program. |
| TextRenderingHint { get; set; } | Gets/sets the text rendering hint. |
See Also
- class ImageSaveOptions
- namespace Aspose.Page.XPS.Presentation.Image
- assembly Aspose.Page