KeySize Property
Gets or sets the length of the encryption key.
Syntax
'Declaration Public Property KeySize As EncryptionKeySize
'Usage Dim instance As PDFSecurityManager Dim value As EncryptionKeySize instance.KeySize = value value = instance.KeySize
public EncryptionKeySize KeySize {get; set;}
Property Value
A EncryptionKeySize enumeration member specifying the length of the encryption key.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also