Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

OfficeImage.PaletteLength Property

Gets the number of colors in the image palette.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v20.2.Core.dll

NuGet Package: DevExpress.Office.Core

Declaration

public abstract int PaletteLength { get; }

Property Value

Type Description
Int32

A Int32 value specifying the number of entries in the palette color table.

See Also