Indicates whether to load corrupted files without throwing an exception.
public bool LoadCorrupted { get; set; }
Public Property LoadCorrupted As Boolean
@property (nonatomic, assign) BOOL loadCorrupted
public boolean getLoadCorrupted()
public void setLoadCorrupted(boolean value)
true to load corrupted files, false to throw an exception if the file cannot be completely loaded successfully.
This mainly applies to JPEG compressed files that have corruption in the compressed data. If this property is set to True, then LEADTOOLS will load as much of the image data as possible, and will not throw an exception.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document