Back to Devexpress

WorkbookColorPaletteCompliance Enum

corelibraries-devexpress-dot-xtraprinting-cbc8bf10.md

latest1.9 KB
Original Source

WorkbookColorPaletteCompliance Enum

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

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum WorkbookColorPaletteCompliance
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum WorkbookColorPaletteCompliance

Members

NameDescription
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:

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

WorkbookColorPaletteCompliance

DevExpress.XtraPrinting Namespace