Gets or sets a value that indicate whether this review item is checked (approved).
Object.defineProperty(AnnReview.prototype, 'isChecked',
get: function(),
set: function(value)
)
isChecked: boolean;
true if this review item is checked (approved), otherwise; false. Default value is false.
This is application specific and optional. It can be used to show a checkbox or mark next to the review in the user interface to indicate that the item was "checked".
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