Visual Basic (Declaration) | |
---|---|
Public Property PreservePalette As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsTiffSaveOptions Dim value As Boolean instance.PreservePalette = value value = instance.PreservePalette |
C# | |
---|---|
public bool PreservePalette {get; set;} |
Property Value
true to enable preservation of the palette when saving TIFF CCITT files.For an example, refer to CodecsTiffOptions.
Note, this may decrease the compression ratio.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)