Gets the file data that has just been loaded.
public RasterDialogFileData LoadRasterFileData { get; }
Public ReadOnly Property LoadRasterFileData As Leadtools.Winforms.Commondialogs.File.RasterDialogFileData
public:
property Leadtools.Winforms.Commondialogs.File.RasterDialogFileData^ LoadRasterFileData {
Leadtools.Winforms.Commondialogs.File.RasterDialogFileData^ get();
}
A RasterDialogFileData class that indicates the file data options associated with the opened file.
The RasterDialogFileData.Image and RasterDialogFileData.Thumbnail in this class will be filled when the FilePercent reaches 100. You should use the RasterDialogFileData for reading data only.
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