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

PreservePalette Property






Enables and disables preservation of the palette when saving TIFF CCITT files. .NET support WinRT support Silverlight support
Syntax
public bool PreservePalette {get; set;}
'Declaration
 
Public Property PreservePalette As Boolean
'Usage
 
Dim instance As CodecsTiffSaveOptions
Dim value As Boolean
 
instance.PreservePalette = value
 
value = instance.PreservePalette
public bool PreservePalette {get; set;}
 get_PreservePalette();
set_PreservePalette(value);
public:
property bool PreservePalette {
   bool get();
   void set (    bool value);
}

Property Value

true to enable preservation of the palette when saving TIFF CCITT files.
Remarks
Note, this may decrease the compression ratio.
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.