Gets or sets a value that indicates whether AnnObject.Password for locked annotation objects is saved in the annotation file.
Object.defineProperty(AnnSerializeOptions.prototype, 'saveLockPassword',
get: function(),
set: function(value)
)
saveLockPassword: 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET