public bool CanApplyAllDecryptors {get;}
public bool CanApplyAllDecryptors {get;}
@property (nonatomic, readonly) BOOL canApplyAllDecryptors;
public boolean canApplyAllDecryptors()
get_CanApplyAllDecryptors();
This property gets a value that indicates whether there is at least one decryptor Leadtools.Annotations.Core.AnnEncryptObject currently in this AnnAutomation that can be applied. The Leadtools.Annotations.Core.AnnEncryptObject.CanDecrypt value must be true in order to be able to apply a decryptor Leadtools.Annotations.Core.AnnEncryptObject.
Use the ApplyAllDecryptors method to apply all the decryptor Leadtools.Annotations.Core.AnnEncryptObject objects in this AnnAutomation that have not been applied.