Indicates whether to load corrupted files without throwing an exception.
public bool LoadCorrupted { get; set; }
Public Property LoadCorrupted As Boolean
public bool LoadCorrupted {get; set;}
@property (nonatomic, assign) BOOL loadCorrupted
public boolean getLoadCorrupted()
public void setLoadCorrupted(boolean value)
<br/>get_LoadCorrupted();<br/>set_LoadCorrupted(value);<br/>Object.defineProperty('LoadCorrupted');
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.
For an example, refer to AllocateImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET