Leadtools.Pdf Namespace > PDFSecurityOptions Class : EncryptionMode Property |
public PDFEncryptionMode EncryptionMode {get; set;}
'Declaration Public Property EncryptionMode As PDFEncryptionMode
'Usage Dim instance As PDFSecurityOptions Dim value As PDFEncryptionMode instance.EncryptionMode = value value = instance.EncryptionMode
public: property PDFEncryptionMode EncryptionMode { PDFEncryptionMode get(); void set ( PDFEncryptionMode value); }
PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security levels in the resulting PDF document.
For an example, refer to PDFFile.