Skip to main content

OfficeImage.PaletteLength Property

Gets the number of colors in the image palette.

Namespace: DevExpress.Office.Utils

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

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

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