The encryption algorithm used to encrypt the PDF document. The default algorithm is RC4.
Namespace:
Winnovative.ExcelToPdf
Assembly:
wnvexceltopdf (in wnvexceltopdf.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