C#
VB
C++
Enables or disables the loading of corrupted images to the open dialog.
public bool LoadCorrupted { get; set; }
Public Property LoadCorrupted As Boolean
public:
property bool LoadCorrupted {
bool get();
void set ( bool value);
}
true to allow the loading of a corrupted images to the open dialog; false, otherwise.
Refer to RasterOpenDialog example.
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