PdfSaveOptions

PdfSaveOptions class

Inherits: Aspose::Tasks::Saving::SaveOptions

Allows to specify additional options when rendering project pages to PDF.

Constructors

NameDescription
PdfSaveOptionsInitializes a new instance of the PdfSaveOptions class that can be used to save a document in the PDF format.

Methods

NameDescription
get_ComplianceGets a desired compliance level for generated PDF document. Default is PdfCompliance::Pdf15 .
get_DigitalSignatureDetailsGets a digital signature details. If not set, then no signing will be performed.
get_EncryptionDetailsGets a encryption details. If not set, then no encryption will be performed.
get_FontSettingsSpecifies font settings used when rendering project’s view.
get_PagesGets the list of pages numbers to save when saving project layout to separate files.
get_PageSavingCallbackGets a user-defined callback which is used to get an output stream for each rendered page. Is applicable when SaveToSeparateFiles option is used.
get_ReduceFooterGapGets a value indicating whether a gap between last task and the footer must be reduced.
get_SaveToSeparateFilesGets a value indicating whether to save project pages to separate files.
get_TextCompressionGets a compression type to be used for all content streams except images. Default is PdfTextCompression::Flate .
set_ComplianceSets a desired compliance level for generated PDF document. Default is PdfCompliance::Pdf15 .
set_DigitalSignatureDetailsSets a digital signature details. If not set, then no signing will be performed.
set_EncryptionDetailsSets a encryption details. If not set, then no encryption will be performed.
set_PagesSets the list of pages numbers to save when saving project layout to separate files.
set_PageSavingCallbackSets a user-defined callback which is used to get an output stream for each rendered page. Is applicable when SaveToSeparateFiles option is used.
set_ReduceFooterGapSets a value indicating whether a gap between last task and the footer must be reduced.
set_SaveToSeparateFilesSets a value indicating whether to save project pages to separate files.
set_TextCompressionSets a compression type to be used for all content streams except images. Default is PdfTextCompression::Flate .