←Select platform

CanDecrypt Property

Summary
Gets a value indicating whether this AnnEncryptObject object is ready to decrypt.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool CanDecrypt { get; } 
@property (nonatomic, assign, readonly) BOOL canDecrypt; 
public boolean canDecrypt() 
public:  
   virtual property bool CanDecrypt 
   { 
      bool get() 
   } 
CanDecrypt # get  (AnnEncryptObject) 

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.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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