Gets or sets a value that indicates whether to load old JBIG2 files
public bool LoadOldFiles {get; set;}
Public Property LoadOldFiles As Boolean
public bool LoadOldFiles {get; set;}
@property (nonatomic, assign) BOOL loadOldFiles
public boolean isLoadOldFiles()
public void setLoadOldFiles(boolean loadOldFiles)
<br/>get_LoadOldFiles();<br/>set_LoadOldFiles(value);<br/>Object.defineProperty('LoadOldFiles');
true to load old JBIG2 files, otherwise; false. Default value is false.
Older versions of LEADTOOLS had a problem when some JBIG2 files were saved incorrectly. As of version 17, LEADTOOLS saves these files correctly. If you have files saved with an older version of LEADTOOLS and you are encountering an error when loading these files, you can set the value of LoadOldFiles to true and try again.
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