←Select platform

PreservePalette Property

Summary

Enables and disables preservation of the palette when saving TIFF CCITT files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool PreservePalette { get; set; } 
Public Property PreservePalette As Boolean 
public bool PreservePalette {get; set;} 
@property (nonatomic, assign) BOOL preservePalette 
public boolean getPreservePalette() 
public void setPreservePalette(boolean value) 
             
 <br/>get_PreservePalette();<br/>set_PreservePalette(value);<br/>Object.defineProperty('PreservePalette');  
public: 
property bool PreservePalette { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly