PdfSaveOptions class
Contents
[
Hide
]PdfSaveOptions class
Class representing options of saving to PDF.
Inheritance: PdfSaveOptions
→ SaveOptions
The PdfSaveOptions type exposes the following members:
Constructors
Name | Description |
---|---|
PdfSaveOptions() | Creates new instance of options. |
Properties
Name | Description |
---|---|
subset_fonts | Gets/sets the flag indicating whether to subset fonts in output file or not. |
rasterize_formulas | Gets/sets the flag that allows to rasterize math formulas. |
rasterize_included_graphics | Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics. |
jpeg_quality_level | 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. |
outline_tree_height | Specifies the height of the document outline tree to save. 0 - the outline tree will not be converted, 1 - only the first level outline items will be converted, ans so on. |
outline_tree_expansion_level | Specifies up to what level the document outline should be expanded when the PDF file is viewed. 1 - only the first level outline items are shown, 2 - only the first and second level outline items are shown, and so on. Default is 1. |
text_compression | Specifies compression type to be used for all content streams except images. Default is FLATE. |
image_compression | Specifies compression type to be used for all images in the document. Default is AUTO. |
encryption_details | Gets or sets a encryption details. If not set, then no encryption will be performed. |
See Also
- module
aspose.tex.presentation.pdf
- package
aspose.tex