Windward Engine API Reference
KeyLength Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPdf Class : KeyLength Property




Glossary Item Box

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.