Gets or sets a value that indicate whether AnnObject.Password of locked annotation objects is saved in the annotation file.
public bool SaveLockPassword { get; set; }
Public Property SaveLockPassword As Boolean
public bool SaveLockPassword {get; set;}
@property (nonatomic) BOOL saveLockPassword;
public boolean getSaveLockPassword()
public void setSaveLockPassword(boolean password)
get_SaveLockPassword();
set_SaveLockPassword(value);
Object.defineProperty('SaveLockPassword');
public:
property bool SaveLockPassword
{
bool get()
void set(bool value)
}
true if AnnObject.Password of locked annotation objects is saved in the annotation file; otherwise, false. The default value is true.
The value of AnnObject.Password will be saved as is in the file. So it is recommended you 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