PdfSaveOptions
Contents
[
Hide
]PdfSaveOptions class
Inherits: Aspose::Tasks::Saving::SaveOptions
Allows to specify additional options when rendering project pages to PDF.
Constructors
| Name | Description |
|---|---|
| PdfSaveOptions | Initializes a new instance of the PdfSaveOptions class that can be used to save a document in the PDF format. |
Methods
| Name | Description |
|---|---|
| get_Compliance | Gets a desired compliance level for generated PDF document. Default is PdfCompliance::Pdf15 . |
| get_DigitalSignatureDetails | Gets a digital signature details. If not set, then no signing will be performed. |
| get_EncryptionDetails | Gets a encryption details. If not set, then no encryption will be performed. |
| get_FontSettings | Specifies font settings used when rendering project’s view. |
| get_Pages | Gets the list of pages numbers to save when saving project layout to separate files. |
| get_PageSavingCallback | Gets a user-defined callback which is used to get an output stream for each rendered page. Is applicable when SaveToSeparateFiles option is used. |
| get_ReduceFooterGap | Gets a value indicating whether a gap between last task and the footer must be reduced. |
| get_SaveToSeparateFiles | Gets a value indicating whether to save project pages to separate files. |
| get_TextCompression | Gets a compression type to be used for all content streams except images. Default is PdfTextCompression::Flate . |
| set_Compliance | Sets a desired compliance level for generated PDF document. Default is PdfCompliance::Pdf15 . |
| set_DigitalSignatureDetails | Sets a digital signature details. If not set, then no signing will be performed. |
| set_EncryptionDetails | Sets a encryption details. If not set, then no encryption will be performed. |
| set_Pages | Sets the list of pages numbers to save when saving project layout to separate files. |
| set_PageSavingCallback | Sets a user-defined callback which is used to get an output stream for each rendered page. Is applicable when SaveToSeparateFiles option is used. |
| set_ReduceFooterGap | Sets a value indicating whether a gap between last task and the footer must be reduced. |
| set_SaveToSeparateFiles | Sets a value indicating whether to save project pages to separate files. |
| set_TextCompression | Sets a compression type to be used for all content streams except images. Default is PdfTextCompression::Flate . |