The dimension of the PDF doucument encryption key. The default the key size is 128 bits for a newly created PDF document.

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