| 
PdfSecurity
KeySize Property
  | 
 Gets the size of the key.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
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
See Also