| Visual Basic (Declaration) | |
|---|---|
Public Property PreservePalette As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool PreservePalette {get; set;} | |
Return Value
true to enable preservation of the palette when saving TIFF CCITT files; otherwise, false.For an example, refer to CodecsTiffOptions.
Note, this may decrease the compression ratio.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code