Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanApplyAllDecryptors Property |
public bool CanApplyAllDecryptors {get;}
'Declaration
Public ReadOnly Property CanApplyAllDecryptors As Boolean
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 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.