←Select platform

LoadOldFiles Property

Summary

Gets or sets a value that indicates whether to load old JBIG2 files

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool LoadOldFiles { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to load old JBIG2 files, otherwise; false. Default value is false.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly