Leadtools.Windows.Annotations Namespace > AnnAutomation Class : CanApplyDecryptor Property |
public virtual bool CanApplyDecryptor {get;}
'Declaration Public Overridable ReadOnly Property CanApplyDecryptor As Boolean
'Usage Dim instance As AnnAutomation Dim value As Boolean value = instance.CanApplyDecryptor
This property indicates whether the object currently being edited is an AnnEncryptObject and also if the value of AnnEncryptObject.CanDecrypt is true.
Use the ApplyEncryptor method to apply the decryptor AnnEncryptObject currently being edited (selected).
For C#/VB examples, refer to ApplyEncryptor.