Skip to main content

WorkbookColorPaletteCompliance Enum

Lists the available modes for color palette compatibility with different workbooks versions.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum WorkbookColorPaletteCompliance

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.

See Also