Skip to main content

PdfSaveOptions Struct

A class that provides document encryption options and document signature to save the document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public struct PdfSaveOptions

Remarks

This class introduces the PdfSaveOptions.EncryptionOptions (which is used to specify encryption options to protect a document), and PdfSaveOptions.Signature (specifies the document signature to be used in document signing process) properties.

To encrypt the document with these settings, call the PdfDocumentProcessor.CreateEmptyDocument or PdfDocumentProcessor.SaveDocument overloaded method and pass the PdfSaveOptions object containing these settings as a parameter.

See Also