LoadCorrupted Property

Summary
Enables or disables the loading of corrupted images to the open dialog.
Syntax
C#
VB
C++
public bool LoadCorrupted { get; set; } 
  
Public Property LoadCorrupted As Boolean 
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

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.