PdfSecurity
KeySize Property
 | 
Gets the size of the key.
Namespace:
Spire.Xls.Pdf.Security
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public PdfEncryptionKeySize KeySize { get; }
 
Public ReadOnly Property KeySize As PdfEncryptionKeySize
	Get
 
public:
property PdfEncryptionKeySize KeySize {
	PdfEncryptionKeySize get ();
}
 
member KeySize : PdfEncryptionKeySize with get
 
 
 
Property Value
Type:
PdfEncryptionKeySize
 
See Also