Encryption mode to use when creating the PDF document.
public PdfDocumentEncryptionMode EncryptionMode { get; set; }
Public Property EncryptionMode As Leadtools.Forms.Documentwriters.PdfDocumentEncryptionMode
public Leadtools.Forms.Documentwriters.PdfDocumentEncryptionMode EncryptionMode {get; set;}
@property (nonatomic, assign) LTPdfDocumentEncryptionMode encryptionMode
public PdfDocumentEncryptionMode getEncryptionMode()
public void setEncryptionMode(PdfDocumentEncryptionMode mode)
<br/>get_EncryptionMode();<br/>set_EncryptionMode(value);<br/>Object.defineProperty('EncryptionMode');
public:
property Leadtools.Forms.Documentwriters.PdfDocumentEncryptionMode EncryptionMode {
Leadtools.Forms.Documentwriters.PdfDocumentEncryptionMode get();
void set ( Leadtools.Forms.Documentwriters.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.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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