Gets a value that indicates whether the object currently being edited (selected) can be locked.
Object.defineProperty(AnnAutomation.prototype, 'canLock',
get: function()
)
canLock: boolean; // read-only
true if the object currently being edited (selected) can be locked; otherwise, it is false.
This property value is true if an AnnObject is currently being edited (selected); in other words, CurrentEditObject is not null and also this AnnObject is not currently locked (the IsLocked value of this AnnObject is false). Otherwise, this property value is false.
Use the Lock method to lock the object currently being edited (selected).
For more information, refer to Implementing Annotation Security.
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