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;}
             
        
            
            'Declaration
 
Public Property LoadFileImage As Boolean
             
        
            
            'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.LoadFileImage = value
 
value = instance.LoadFileImage
             
        
            
        
            
        
            
            public:
property bool LoadFileImage {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true Load the image file; otherwise, false.