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 : CanApplyEncryptor Property |
public bool CanApplyEncryptor {get;}
'Declaration
Public ReadOnly Property CanApplyEncryptor As Boolean
public bool CanApplyEncryptor {get;}
@property (nonatomic, readonly) BOOL canApplyEncryptor;
public boolean canApplyEncryptor()
get_CanApplyEncryptor();
This property indicates whether the object currently being edited (selected) is an AnnEncryptObject and also if the value of CanEncrypt is true.
Use the ApplyEncryptor method to apply the encryptor AnnEncryptObject currently being edited (selected).