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

CanApplyEncryptor Property

Show in webframe
Gets a value that indicates whether the object currently being edited (selected) is an encryptor AnnEncryptObject and can be applied.
Syntax
get_canApplyEncryptor();
Object.defineProperty('canApplyEncryptor');

Property Value

TypeDescription
booleantrue if the object currently being edited (selected) is an encryptor AnnEncryptObject and can be applied; otherwise, false.
Remarks

This property indicates whether the object currently being edited (selected) is an AnnEncryptObject and also if the value of CanEncrypt is true.

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

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file