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

NoLzwAutoClear Property






Gets a value indicating whether to automatically insert CLEAR codes during LZW compression. .NET support WinRT support Silverlight support
Syntax
public bool NoLzwAutoClear {get; set;}
'Declaration
 
Public Property NoLzwAutoClear As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.NoLzwAutoClear = value
 
value = instance.NoLzwAutoClear
public bool NoLzwAutoClear {get; set;}
 get_NoLzwAutoClear();
set_NoLzwAutoClear(value);
public:
property bool NoLzwAutoClear {
   bool get();
   void set (    bool value);
}

Property Value

true to disable insert of CLEAR codes; otherwise, false.
Remarks

This option can be used when saving TIFF LZW files. To save files compatible with some buggy LZW decoders that cannot handle early CLEAR codes. Some IBM decoders are known to have this problem. They will not decode LEAD TIFF LZW files unless this property is set to true.

This property is set to false by default, which allows LEADTOOLS to insert CLEAR LZW codes and reset the LZW compression engine if the compression ratio is not adequate.

Example
For an example, refer to CodecsTiffOptions.
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

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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