C#
VB
C++
Determines if the control currently has an Leadtools.RasterImage object available for display.
public virtual bool IsImageAvailable { get; }
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property IsImageAvailable As Boolean
[BrowsableAttribute(false)]
public:
virtual property bool IsImageAvailable {
bool get();
}
true if an image is available, false otherwise.
If this property returns false, you should not attempt to read the Image property.
Refer to ViewerBorderPadding.
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