←Select platform

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

Leadtools.WinForms.CommonDialogs.File Assembly