PdfSaveOptions Class |
Namespace: Aspose.TeX.Presentation.Pdf
The PdfSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSaveOptions | Initializes a new instance of the PdfSaveOptions class |
Name | Description | |
---|---|---|
![]() | EncryptionDetails |
Gets or sets a encryption details. If not set, then no encryption will be performed.
|
![]() | ImageCompression |
Specifies compression type to be used for all images in the document.
Default is Auto.
|
![]() | JpegQualityLevel |
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.
|
![]() | OutlineTreeExpansionLevel |
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.
|
![]() | OutlineTreeHeight |
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.
|
![]() | RasterizeFormulas |
Gets/sets the flag that allows to rasterize math formulas.
(Inherited from SaveOptions.) |
![]() | RasterizeIncludedGraphics |
Gets/sets the flag that allows to rasterize PS/EPS and/or XPS/OXPS included graphics.
(Inherited from SaveOptions.) |
![]() | SubsetFonts |
Gets/sets the flag indicating whether to subset fonts in output file or not.
(Inherited from SaveOptions.) |
![]() | TextCompression |
Specifies compression type to be used for all content streams except images.
Default is Flate.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |