LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Password Property (AnnObject)

Show in webframe
Gets or sets the password used in the last successful lock operation of this AnnObject.
Syntax
get_password();
set_password(value);
Object.defineProperty('password');

Property Value

TypeDescription
stringThe password used in the last successful lock operation of this AnnObject. The default value is an empty string.
Remarks

If the object is locked, the password passed to the Lock is stored in this property.

When the object is unlocked successfully with Unlock, the password is cleared (the value will be an empty string).

An object must be unlocked in order to change that object in automated mode.

For more information, refer to Implementing Annotation Security.

Example

For an example, refer to Lock.

See Also

Reference

AnnObject Object
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.