PaletteArgb32Entries

EmfEof.PaletteArgb32Entries property

Gets or sets an optional buffer that contains palette data, which is not required to be contiguous with the fixed portion of the EMR_EOF record. Accordingly, fields in this buffer that are labeled “UndefinedSpace” are optional and MUST be ignored. The size of this field MUST be a multiple of 4 bytes

public int[] PaletteArgb32Entries { get; set; }

See Also