PdfSecurity
KeySize Property
|
Gets the size of the key.
Namespace:
Spire.Presentation.External.Pdf
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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