Set the password key length. Must be set to 40 or 128.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property KeyLength As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportPdf
Dim value As Integer
 
instance.KeyLength = value
 
value = instance.KeyLength  | 
 
| C# |   | 
|---|
public int KeyLength {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property int get_KeyLength();
public: __property void set_KeyLength( 
   int value
);  | 
 
| C++/CLI |   | 
|---|
public:
property int KeyLength {
   int get();
   void set (    int value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also