Table of Contents

Class EmfLogPalette

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly
Aspose.Imaging.dll

The LogPalette object specifies a logical_palette that contains device-independent color definitions.

public sealed class EmfLogPalette : EmfObject
Inheritance
EmfLogPalette
Inherited Members

Constructors

EmfLogPalette()

public EmfLogPalette()

Properties

PaletteArgb32Entries

Gets or sets an array of 32-bit ARGB colors.

public int[] PaletteArgb32Entries { get; set; }

Property Value

int[]

Version

Gets or sets a 16-bit unsigned integer that specifies the version number of the system. This MUST be 0x0300.

public short Version { get; set; }

Property Value

short