LEADTOOLS Image File Support (Leadtools.Codecs assembly)

PreservePalette Property

Show in webframe







Enables and disables preservation of the palette when saving TIFF CCITT files.
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;}
@property (nonatomic, assign) BOOL preservePalette;
public boolean getPreservePalette()
public void setPreservePalette(boolean value)
            
 
get_PreservePalette();
set_PreservePalette(value);
Object.defineProperty('PreservePalette');
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

See Also

Reference

CodecsTiffSaveOptions Class
CodecsTiffSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.