←Select platform

ApplyAllEncryptors Method

Summary

Applies all the encryptor AnnEncryptObject objects in this AnnAutomation.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void ApplyAllEncryptors() 
Public Sub ApplyAllEncryptors()  
public void ApplyAllEncryptors() 
-(void)applyAllEncryptors; 
public void applyAllEncryptors() 
             
 function Leadtools.Annotations.Automation.AnnAutomation.ApplyAllEncryptors() 
public:  
   void ApplyAllEncryptors() 

Remarks

Use the CanApplyAllEncryptors property to determine whether you can currently call this method.

This method will call the AnnEncryptObjectApply method for all AnnEncryptObject objects that have the CanEncrypt value set to true.

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.Automation Assembly