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