PdfDocumentSecurityEncryptionLevel Property
Controls the encryption level. When the level is High a 128-bit key is used for RC4 encryption,
otherwise a 40-bit key is used. The encryption is High by default
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfEncryptionLevel EncryptionLevel { get; set; }
Public Property EncryptionLevel As PdfEncryptionLevel
Get
Set
public:
property PdfEncryptionLevel EncryptionLevel {
PdfEncryptionLevel get ();
void set (PdfEncryptionLevel value);
}
member EncryptionLevel : PdfEncryptionLevel with get, set
Property Value
PdfEncryptionLevel