Gets a value that indicates whether this AnnObject is locked.
public virtual bool IsLocked { get; }
Public Overridable ReadOnly Property IsLocked As Boolean
public:
virtual property bool IsLocked {
bool get();
}
true if this AnnObject is currently locked; false otherwise.
Only unlocked objects can be locked. If an object is already locked, it will stay locked with its original password. You must pass the same password to Unlock to unlock this AnnObject.
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