Packages

 

com.aspose.imaging.fileformats.emf.emf.records

Classes

com.aspose.imaging.fileformats.emf.emf.records

Class EmfResizePalette

  • All Implemented Interfaces:
    com.aspose.imaging_internal.fileformats.emf.IRecord, Cloneable


    public final class EmfResizePalette
    extends EmfObjectManipulationRecordType

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

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

    • Constructor Detail

      • EmfResizePalette

        public EmfResizePalette(EmfRecord source)

        Initializes a new instance of the EmfResizePalette class.

        Parameters:
        source - The source.
    • Method Detail

      • getIhPal

        public int getIhPal()

        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).

      • setIhPal

        public void setIhPal(int value)

        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).