The dimension of the encryption key in the PDF document generated by the HTML to PDF converter. By default a 128 bit key is used.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public EncryptionKeySize KeySize { get; set; }
Visual Basic
Public Property KeySize As EncryptionKeySize
	Get
	Set
Visual C++
public:
property EncryptionKeySize KeySize {
	EncryptionKeySize get ();
	void set (EncryptionKeySize value);
}

Property Value

Type: EncryptionKeySize

See Also