PdfSaveOptions Class |
Namespace: GroupDocs.Editor.Options
The PdfSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfSaveOptions | Initializes a new instance of the PdfSaveOptions class |
Name | Description | |
---|---|---|
![]() | Compliance |
Specifies the PDF standards compliance level for output documents. Default is PdfCompliance.Pdf15.
|
![]() | 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 WordProcessingEditOptions class. By default is disabled.
|
![]() | 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.
|