Gets or sets the size of the key.
Namespace: Spire.Pdf.SecurityAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("This set method may be removed in the future, but get method still works")] public PdfEncryptionKeySize KeySize { get; set; }
<ObsoleteAttribute("This set method may be removed in the future, but get method still works")> Public Property KeySize As PdfEncryptionKeySize Get Set
public: [ObsoleteAttribute(L"This set method may be removed in the future, but get method still works")] property PdfEncryptionKeySize KeySize { PdfEncryptionKeySize get (); void set (PdfEncryptionKeySize value); }
[<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>] member KeySize : PdfEncryptionKeySize with get, set