C#
VB
Java
Objective-C
WinRT C#
Gets a value that indicates if the viewer currently has an image.
public virtual bool HasImage {get;}
Public Overridable ReadOnly Property HasImage As Boolean
public virtual bool HasImage {get;}
@property (nonatomic, assign, readonly) BOOL hasImage
public boolean hasImage()
get_HasImage();
true if the viewer currently has an image; otherwise, it is false.
The viewer has an image when the value of ImageSize is not empty (0,0). In other words, if Image contains a valid image or if the user set the value of ImageSize directly.
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