Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfSaveOptions Struct

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

Namespace: DevExpress.Pdf

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

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