key Property

Summary

Gets or sets the key used to encrypt or decrypt this AnnEncryptObject object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnEncryptObject.prototype, 'key', 
	get: function(), 
	set: function(value) 
) 
key: number; 

Property Value

The key used to encrypt or decrypt this AnnEncryptObject object.

Remarks

The key should be between 0 and 4294967295.

Example

For an example, refer to AnnEncryptObject.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly