Gets the size of the key.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfEncryptionKeySize KeySize { get; }
Public ReadOnly Property KeySize As PdfEncryptionKeySize
	Get
public:
property PdfEncryptionKeySize KeySize {
	PdfEncryptionKeySize get ();
}
member KeySize : PdfEncryptionKeySize with get

Property Value

PdfEncryptionKeySize

See Also