PDFView4NET WinForms Edition
KeySize Property




O2S.Components.PDFView4NET Namespace > PDFSecurityManager Class : 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;}
public: __property EncryptionKeySize get_KeySize();
public: __property void set_KeySize( 
   EncryptionKeySize value
);
public:
property EncryptionKeySize KeySize {
   EncryptionKeySize get();
   void set (    EncryptionKeySize value);
}

Property Value

A EncryptionKeySize enumeration member specifying the length of the encryption key.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSecurityManager Class
PDFSecurityManager Members