Enum PdfEncryptionOptions
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public enum PdfEncryptionOptions
Fields
Name | Description |
---|---|
EncryptAllContents | To encrypt all the document contents. |
EncryptAllContentsExceptMetadata | To encrypt all the document contents except metadata. |
EncryptOnlyAttachments | To encrypt atttachment files only. |