Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : CanApplyDecryptor Property |
public bool CanApplyDecryptor {get;}
'Declaration
Public ReadOnly Property CanApplyDecryptor As Boolean
public bool CanApplyDecryptor {get;}
@property (nonatomic, readonly) BOOL canApplyDecryptor;
public boolean canApplyDecryptor()
get_CanApplyDecryptor();
This property indicates whether the object currently being edited is an AnnEncryptObject and also if the value of CanDecrypt is true.
Use the ApplyEncryptor method to apply the decryptor AnnEncryptObject currently being edited (selected).