Encryption mode to use when creating the PDF document.
public PdfDocumentEncryptionMode EncryptionMode { get; set; }
Public Property EncryptionMode As PdfDocumentEncryptionMode
@property (nonatomic, assign) LTPdfDocumentEncryptionMode encryptionMode
public PdfDocumentEncryptionMode getEncryptionMode()
public void setEncryptionMode(PdfDocumentEncryptionMode mode)
public:
property PdfDocumentEncryptionMode EncryptionMode {
PdfDocumentEncryptionMode get();
void set ( PdfDocumentEncryptionMode );
}
A PdfDocumentEncryptionMode enumeration member that specifies which encryption mode to use when creating the PDF document. Default value is PdfDocumentEncryptionMode.RC128Bit.
The PDF encryption mode, along with owner passwords and the different owner access right properties, allow the security level of the resulting PDF document to be customized. For more information, refer to Protected.
The EncryptionMode property is only used when the Protected property is set to true.
Note that EncryptionMode is not supported when DocumentType is PdfDocumentType.PdfA.
Programming with LEADTOOLS Document Writers
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