←Select platform

LoadFileImage Property

Summary

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.

Syntax

C#
VB
C++
public bool LoadFileImage { get; set; } 
  
Public Property LoadFileImage As Boolean 
public: 
property bool LoadFileImage { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true Load the image file; otherwise, false.

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