←Select platform

CanApplyAllDecryptors Property

Summary

Gets a value that indicates whether any decryptor AnnEncryptObject object in this AnnAutomation can be applied.

Syntax

C#
VB
C++
public virtual bool CanApplyAllDecryptors { get; } 
  
Public Overridable ReadOnly Property CanApplyAllDecryptors As Boolean 
public: 
virtual property bool CanApplyAllDecryptors { 
   bool get(); 
} 

Property Value

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

Remarks

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.

Example

For an example, refer to ApplyAllEncryptors.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly