PdfSecurity
KeySize Property
|
Gets the size of the key.
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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