corelibraries-devexpress-dot-xtraprinting-cbc8bf10.md
Lists the available modes for color palette compatibility with different workbooks versions.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum WorkbookColorPaletteCompliance
<ResourceFinder(GetType(ResFinder))>
Public Enum WorkbookColorPaletteCompliance
| Name | Description |
|---|---|
AdjustColorsToDefaultPalette |
Degrade the color values to match the 56 standard colors of the default workbook palette.
|
| ReducePaletteForExactColors |
Keep the original color values, but include only the first 56 colors into the palette.
|
The following properties accept/return WorkbookColorPaletteCompliance values:
The workbook palette can store no more than 56 colors. To make a color palette compatible with different workbook versions, select one of the following options.
See Also