C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating if the image associated with this AnnPicture is loaded.
public bool IsLoaded { get; set; }
Public Property IsLoaded As Boolean
public bool IsLoaded {get; set;}
@property (nonatomic) BOOL isLoaded;
public boolean isLoaded()
public void setLoaded(boolean loaded)
get_IsLoaded();
set_IsLoaded(value);
Object.defineProperty('IsLoaded');
public:
property bool IsLoaded
{
bool get()
void set(bool value)
}
A boolean indicating if the image associated with this AnnPicture is loaded.
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