Unlocks this AnnObject with the specified password.
public virtual void Unlock(
string password
)
Public Overridable Sub Unlock( _
ByVal password As String _
)
public:
virtual void Unlock(
String^ password
)
password
String containing the password used to unlock the annotation object.
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 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 Annotation Security. (Deprecated)
For an example, refer to Lock.
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