Class WmfResizePalette
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context.
public class WmfResizePalette : WmfObject
- Inheritance
-
WmfResizePalette
- Inherited Members
Constructors
WmfResizePalette()
public WmfResizePalette()
Properties
NumberOfEntries
Gets or sets the number of entries.
public int NumberOfEntries { get; set; }
Property Value
- int
The number of entries in the logical palette.