Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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
public boolean isLoadOldFiles() public void setLoadOldFiles(boolean loadOldFiles)
<br/>get_LoadOldFiles();<br/>set_LoadOldFiles(value);<br/>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.