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 : CanApplyAllEncryptors Property |
public bool CanApplyAllEncryptors {get;}
'Declaration
Public ReadOnly Property CanApplyAllEncryptors As Boolean
public bool CanApplyAllEncryptors {get;}
@property (nonatomic, readonly) BOOL canApplyAllEncryptors;
public boolean canApplyAllEncryptors()
get_CanApplyAllEncryptors();
This property gets a value that indicates whether there is at least one encryptor AnnEncryptObject currently in this AnnAutomation that can be applied. The CanEncrypt value must be true in order to be able to apply an encryptor AnnEncryptObject.
Use the ApplyAllEncryptors method to apply all the encryptor AnnEncryptObject objects in this AnnAutomation that have not been applied.