WorkbookColorPaletteCompliance Enum
Lists the available modes for color palette compatibility with different workbooks versions.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return WorkbookColorPaletteCompliance values:
Remarks
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.
WorkbookColorPaletteCompliance.AdjustColorsToDefaultPalette
Degrade the color values to match the 56 standard colors of the default workbook palette.
WorkbookColorPaletteCompliance.ReducePaletteForExactColors
Keep the original color values, but include only the first 56 colors into the palette.