←Select platform

SaveLockPassword Property

Summary
Gets or sets a value that indicate whether AnnObject.Password of locked annotation objects is saved in the annotation file.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool SaveLockPassword { get; set; } 
@property (nonatomic, assign) BOOL saveLockPassword; 
public boolean getSaveLockPassword() 
public void setSaveLockPassword(boolean password) 
public:  
   property bool SaveLockPassword 
   { 
      bool get() 
      void set(bool value) 
   } 
SaveLockPassword # get and set (AnnSerializeOptions) 

Property Value

true if 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 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.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.