Leadtools.Annotations.Core Namespace > AnnObject Class : Unlock Method |
-(void) unlock:(NSString*)password;
public void unlock(String password)
function Leadtools.Annotations.Core.AnnObject.Unlock( password )
Only unlocked objects can be locked. If an object is already locked, it will stay locked with its original password. You must pass the same password to Unlock to unlock this AnnObject.
If this method succeeds, the password will be stored inside the object and can be retrieved with the Password property.
An object must be unlocked in order to change that object in automated mode.
For more information, refer to Implementing Annotation Security.
For an example, refer to Lock.