Leadtools.Annotations Namespace > AnnAutomation Class : CanApplyAllDecryptors Property |
public virtual bool CanApplyAllDecryptors {get;}
'Declaration Public Overridable ReadOnly Property CanApplyAllDecryptors As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanApplyAllDecryptors
This property gets a value that indicates whether there is at least one decryptor AnnEncryptObject currently in this AnnAutomation that can be applied. The AnnEncryptObject.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.