PdfSaveOptions Properties |
The PdfSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Compliance |
Specifies the PDF standards compliance level for output documents. Default is PdfCompliance.Pdf17.
|
![]() | EnablePagination |
Allows to enable or disable pagination which will be used for saving the PDF document.
The value of this option should match (be equal) the same option 'EnablePagination' in PdfEditOptions class. By default is disabled.
|
![]() | FontEmbedding |
Responsible for embedding font resources, which are used in the original document, into the resultant PDF document. By default doesn't embed any fonts (NotEmbed).
|
![]() | OptimizeMemoryUsage |
Enables memory optimization mechanisms during document generation from HTML, which degrades performance in as a cost of decreasing memory usage.
Setting this option to true can significantly decrease memory consumption while generating large documents at the cost of slower saving time.
Default is false (memory optimization is disabled for the sake of better performance).
|
![]() | Password |
Password, which will be applied to the generated PDF document as user password, required for opening.
If NULL or empty, no password will be applied to the document. Otherwise, document will be encrypted with RC4 (key length of 128 bit).
By default is NULL — password is not applied.
|