saveLockPassword Property

Summary

Gets or sets a value that indicates whether AnnObject.Password for locked annotation objects is saved in the annotation file.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnSerializeOptions.prototype, 'saveLockPassword', 
	get: function(), 
	set: function(value) 
) 
saveLockPassword: boolean; 

Property Value

true if the AnnObject.Password of locked annotation objects is saved in the annotation file; otherwise, false. The default value is true.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly