LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

LoadOldFiles Property






Gets or sets a value that indicates whether to load old JBIG2 files .NET support WinRT support
Syntax
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;}
 get_LoadOldFiles();
set_LoadOldFiles(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsJbig2LoadOptions Class
CodecsJbig2LoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.