canDecrypt Property

Summary

Gets a value indicating whether this AnnEncryptObject object is ready to decrypt.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnEncryptObject.prototype, 'canDecrypt', 
	get: function() 
) 
canDecrypt: boolean; // read-only 

Property Value

true if this AnnEncryptObject object is ready to decrypt; otherwise, false.

Remarks

This AnnEncryptObject object is ready to decrypt if the value of Encryptor property is false.

Example

For an example, refer to AnnEncryptObject.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly