LoadRasterFileData Property

Summary

Gets the file data that has just been loaded.

Syntax
C#
VB
C++
public RasterDialogFileData LoadRasterFileData { get; } 
  
Public ReadOnly Property LoadRasterFileData As RasterDialogFileData 
public: 
property RasterDialogFileData^ LoadRasterFileData { 
   RasterDialogFileData^ get(); 
} 

Property Value

A RasterDialogFileData class that indicates the file data options associated with the opened file.

Remarks

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.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly