The CanDecrypt Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a value indicating whether this AnnEncryptObject obect is ready to decrypt.| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property CanDecrypt As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnEncryptObject Dim value As Boolean value = instance.CanDecrypt | |
| C# | |
|---|---|
public virtual bool CanDecrypt {get;} | |
Property Value
true if this AnnEncryptObject object is ready to decrypt; false otherwise.For an example, refer to AnnEncryptObject.
(Read only) This AnnEncryptObject object is ready to decrypt if the value of Encryptor property is false.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code