The encryption algorithm used to encrypt the PDF document generated by the HTML to PDF converter. The default algorithm is RC4.
Namespace:
WnvWordToPdf
Assembly:
wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.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
Type:
EncryptionAlgorithm
Reference