←Select platform

PreservePalette Property

Summary
Enables and disables preservation of the palette when saving TIFF CCITT files.
Syntax
C#
VB
Objective-C
C++
Java
public bool PreservePalette { get; set; } 
Public Property PreservePalette As Boolean 
@property (nonatomic, assign) BOOL preservePalette 
public boolean getPreservePalette() 
public void setPreservePalette(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.