Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Key Property






Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.
Syntax
public virtual int Key {get; set;}
public:
virtual property int Key {
   int get();
   void set (    int value);
}
'Declaration
 
Public Overridable Property Key As Integer
 
'Usage
 
Dim instance As AnnEncryptObject
Dim value As Integer
 
instance.Key = value
 
value = instance.Key

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.
Remarks
This Key should be between 0 and 4294967295.
Example
For an example, refer to AnnEncryptObject.
Requirements

Target Platforms

See Also

Reference

AnnEncryptObject Class
AnnEncryptObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)