Specifies the PDF encryption mode
[SerializableAttribute()]
public enum PDFEncryptionMode
<SerializableAttribute()>
Public Enum PDFEncryptionMode
[SerializableAttribute()]
public enum class PDFEncryptionMode
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document