Specifies the PDF encryption mode
[SerializableAttribute()]
public enum PDFEncryptionMode
<SerializableAttribute()>
Public Enum PDFEncryptionMode
[SerializableAttribute()]
public enum class PDFEncryptionMode
Members
Value | Member | Description |
---|---|---|
0 | RC40Bit | Use RC 40 bit mode |
1 | RC128Bit | Use RC 128 bit mode |
2 | None | No encryption |
The PDFEncryptionMode enumeration is used as the type for the PDFSecurityOptions.EncryptionMode property. It determines the encryption mode to use when creating or updating PDF files.
The password to use with the encryption must be set in the PDFSecurityOptions.UserPassword or PDFSecurityOptions.OwnerPassword properties.
For an example, refer to PDFSecurityOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET