PdfSecurityOptionsEncryptionAlgorithm Property
The encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converter. The default algorithm is RC4.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
Public Property EncryptionAlgorithm As EncryptionAlgorithm
Get
Set
public:
property EncryptionAlgorithm EncryptionAlgorithm {
EncryptionAlgorithm get ();
void set (EncryptionAlgorithm value);
}
member EncryptionAlgorithm : EncryptionAlgorithm with get, set
Property Value
EncryptionAlgorithm