C#
VB
C++
Gets or sets a value that indicates whether the Open dialog box will load the selected image file(s) in RasterDialogFileData.Image associated with each file in the OpenedFileData list.
public bool LoadFileImage { get; set; }
Public Property LoadFileImage As Boolean
public:
property bool LoadFileImage {
bool get();
void set ( bool value);
}
true Load the image file; otherwise, false.
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