LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LoadOldFiles Property
See Also 
Leadtools.Codecs Namespace > CodecsJbig2LoadOptions Class : LoadOldFiles Property



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

Syntax

Visual Basic (Declaration) 
Public Property LoadOldFiles As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsJbig2LoadOptions
Dim value As Boolean
 
instance.LoadOldFiles = value
 
value = instance.LoadOldFiles
C# 
public bool LoadOldFiles {get; set;}
C++/CLI 
public:
property bool LoadOldFiles {
   bool get();
   void set (    bool value);
}

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also