encryptor Property

Summary

Gets or sets a value to indicate whether this AnnEncryptObject object is in an encryptor or a decryptor.

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

Property Value

true if this AnnEncryptObject object is an encryptor; false if this AnnEncryptObject object is a decryptor.

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