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

CanApplyDecryptor Property

Show in webframe
Gets a value that indicates whether the object currently being edited is a decryptor AnnEncryptObject and can be applied.
Syntax
get_canApplyDecryptor();
Object.defineProperty('canApplyDecryptor');

Property Value

TypeDescription
booleantrue if the object currently being edited is a decryptor AnnEncryptObject and can be applied; otherwise, false.
Remarks

This property indicates whether the object currently being edited is an AnnEncryptObject and also if the value of CanDecrypt is true.

Use the ApplyEncryptor method to apply the decryptor AnnEncryptObject currently being edited (selected).

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file