Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfSaveOptions Struct

In This Article

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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