←Select platform

IsEncrypted Property

Summary

Gets a value indicating whether this AnnEncryptObject object is currently encrypted.

Syntax
C#
VB
Objective-C
C++
Java
public virtual bool IsEncrypted { get; } 
Public Overridable ReadOnly Property IsEncrypted As Boolean 
@property (nonatomic, readonly) BOOL isEncrypted; 
public boolean isEncrypted() 
public:  
   virtual property bool IsEncrypted 
   { 
      bool get() 
   } 

Property Value

true if this AnnEncryptObject is currently encrypted; otherwise, false.

Remarks

This AnnEncryptObject object is encrypted if the value of the Encryptor property is true and the Apply method has been called.

Example

For an example, refer to AnnEncryptObject.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly