Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanApplyAllDecryptors Property

Show in webframe
Gets a value that indicates whether any decryptor AnnEncryptObject object in this AnnAutomation can be applied.
Syntax
get_canApplyAllDecryptors();
Object.defineProperty('canApplyAllDecryptors');

Property Value

TypeDescription
booleantrue if any decryptor AnnEncryptObject object in this AnnAutomation can be applied; otherwise, false.
Remarks

This property gets a value that indicates whether there is at least one decryptor AnnEncryptObject currently in this AnnAutomation that can be applied. The CanDecrypt value must be true in order to be able to apply a decryptor AnnEncryptObject.

Use the ApplyAllDecryptors method to apply all the decryptor AnnEncryptObject objects in this AnnAutomation that have not been applied.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file