canEncrypt Property

Summary

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

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

Property Value

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

Remarks

This AnnEncryptObject object is ready to encrypt if the value of the Encryptor property is true and the IsEncrypted property is false (Apply has not yet been called).

Example

For an example, refer to AnnEncryptObject.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.