LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

LoadCorrupted Property

Show in webframe





Enables or disables the loading of corrupted images to the open dialog.
Syntax
public bool LoadCorrupted {get; set;}
'Declaration
 
Public Property LoadCorrupted As Boolean
'Usage
 
Dim instance As RasterOpenDialog
Dim value As Boolean
 
instance.LoadCorrupted = value
 
value = instance.LoadCorrupted

            

            
public:
property bool LoadCorrupted {
   bool get();
   void set (    bool value);
}

Property Value

true to allow the loading of a corrupted images to the open dialog; false, otherwise.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.