Gets a value that indicates whether the object currently being edited (selected) can be unlocked.
Object.defineProperty(AnnAutomation.prototype, 'canUnlock',
get: function()
)
canUnlock: boolean; // read-only
true if the object currently being edited (selected) can be unlocked; otherwise, it is false.
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject property is not null and this AnnObject is currently locked (the IsLocked value of this AnnObject is true). Otherwise, this property value is false.
Use the Unlock method to unlock the object currently being edited (selected).
For more information, refer to Implementing Annotation Security.
For an example, refer to Lock.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document