public bool CanApplyEncryptor {get;}
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 Leadtools.Annotations.Core.AnnEncryptObject and also if the value of Leadtools.Annotations.Core.AnnEncryptObject.CanEncrypt is true.
Use the ApplyEncryptor method to apply the encryptor Leadtools.Annotations.Core.AnnEncryptObject currently being edited (selected).