Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Unlock Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectBase Class : Unlock Method



password
String containing the password used to unlock the annotation object.
password
String containing the password used to unlock the annotation object.
Unlocks this AnnObjectBase with the specified password.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Unlock( _
   ByVal password As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim password As String
 
instance.Unlock(password)
C# 
public virtual void Unlock( 
   string password
)
C++/CLI 
public:
virtual void Unlock( 
   String^ password
) 

Parameters

password
String containing the password used to unlock the annotation object.

Example

For C#/VB examples, refer to AnnObjectBase.Lock.

Remarks

Only objects locked with the same password can be unlocked. If you pass the wrong password, this method will do nothing and the object remains unlocked. You can call AnnObjectBase.IsLocked after calling this method to determine whether unlocking the object succeeded.

If this method succeeds, the Password value will be reset to an empty string.

An object must be unlocked in order to change that object in automated mode.

For more information, refer to Implementing WPF Annotation Security.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

Unlock requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.