←Select platform

CanApplyAllEncryptors Property

Summary
Gets a value that indicates whether any encryptor AnnEncryptObject object in this AnnAutomation can be applied.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanApplyAllEncryptors { get; } 
@property (nonatomic, assign, readonly) BOOL canApplyAllEncryptors; 
public boolean canApplyAllEncryptors() 
public:  
   property bool CanApplyAllEncryptors 
   { 
      bool get() 
   } 
CanApplyAllEncryptors # get  (AnnAutomation) 

Property Value

true if any encryptor AnnEncryptObject object in this AnnAutomation can be applied; otherwise, false.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.