get_saveLockPassword();
set_saveLockPassword(value);
Object.defineProperty('saveLockPassword');
Type | Description |
---|---|
boolean | true if the AnnObject.Password of locked annotation objects is saved in the annotation file; otherwise, false. The default value is true. |
The value of AnnObject.Password is saved as is in the file. So it is best to store a hash of the password in AnnObject.Password instead of the user password.