←Select platform

LoadOldFiles Property

Summary
Gets or sets a value that indicates whether to load old JBIG2 files
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool LoadOldFiles {get; set;} 
@property (nonatomic, assign) BOOL loadOldFiles; 
public boolean isLoadOldFiles() 
public void setLoadOldFiles(boolean loadOldFiles) 
public: 
property bool LoadOldFiles { 
   bool get(); 
   void set (    bool ); 
} 
LoadOldFiles # get and set (CodecsJbig2LoadOptions) 

Property Value

Value Description
true To load old JBIG2 files
false To not load old JBIG2 files. false is the default value.
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.