Class PdfEncryptionOptions
Inheritance
System.Object
PdfEncryptionOptions
Namespace: Syncfusion.Pdf.Security
Assembly: Syncfusion.Pdf.Portable.dll
Syntax
public sealed class PdfEncryptionOptions : Enum
Fields
EncryptAllContents
To encrypt all the document contents.
Declaration
public const PdfEncryptionOptions EncryptAllContents
Field Value
Type | Description |
---|---|
PdfEncryptionOptions |
EncryptAllContentsExceptMetadata
To encrypt all the document contents except metadata.
Declaration
public const PdfEncryptionOptions EncryptAllContentsExceptMetadata
Field Value
Type | Description |
---|---|
PdfEncryptionOptions |
EncryptOnlyAttachments
To encrypt atttachment files only.
Declaration
public const PdfEncryptionOptions EncryptOnlyAttachments
Field Value
Type | Description |
---|---|
PdfEncryptionOptions |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |