←Select platform

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 Leadtools.Winforms.Commondialogs.File.RasterDialogFileData 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly