Table of Contents

Class EmfResizePalette

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

The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object (section 2.2.17).

public sealed class EmfResizePalette : EmfObjectManipulationRecordType
Inheritance
EmfResizePalette
Inherited Members

Remarks

The new size of the LogPalette object MUST be reflected in the NumberOfEntries field in that structure.

Constructors

EmfResizePalette(EmfRecord)

Initializes a new instance of the EmfResizePalette class.

public EmfResizePalette(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

IhPal

Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1).

public int IhPal { get; set; }

Property Value

int