←Select platform

CanDecrypt Property

Summary

Gets a value indicating whether this AnnEncryptObject object is ready to decrypt.

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

Property Value

true if this AnnEncryptObject object is ready to decrypt; otherwise, false.

Remarks

This AnnEncryptObject object is ready to decrypt if the value of Encryptor property is false.

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