Leadtools.Codecs Namespace > CodecsJbig2LoadOptions Class : LoadOldFiles Property |
public bool LoadOldFiles {get; set;}
'Declaration Public Property LoadOldFiles As Boolean
'Usage Dim instance As CodecsJbig2LoadOptions Dim value As Boolean instance.LoadOldFiles = value value = instance.LoadOldFiles
public bool LoadOldFiles {get; set;}
@property (nonatomic, assign) BOOL loadOldFiles;
get_LoadOldFiles();
set_LoadOldFiles(value);
Object.defineProperty('LoadOldFiles');
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.