Gets a value that indicates whether the object currently being edited (selected) can be locked.
public virtual bool CanLock { get; }
Public Overridable ReadOnly Property CanLock As Boolean
@property (nonatomic,readonly) BOOL canLock;
public boolean canLock()
public:
virtual property bool CanLock
{
bool get()
}
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.
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