C#
VB
C++
Indicatesif the viewer has a document.
public virtual bool HasDocument { get; }
Public Overridable ReadOnly Property HasDocument() As Boolean
Get
public:
virtual property bool HasDocument
{
bool get()
}
true if the viewer has a document; otherwise, false.
This property will check the value of Document and returns true if the value is not null.
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