Packages

 

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

Class EmfPlusSetInterpolationMode

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


    public final class EmfPlusSetInterpolationMode
    extends EmfPlusPropertyRecordType

    The EmfPlusSetInterpolationMode record specifies how image scaling, including stretching and shrinking, is performed.

    • Constructor Detail

      • EmfPlusSetInterpolationMode

        public EmfPlusSetInterpolationMode(EmfPlusRecord source)

        Initializes a new instance of the EmfPlusSetInterpolationMode class.

        Parameters:
        source - The source.
    • Method Detail

      • getInterpolationMode

        public byte getInterpolationMode()

        Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).

        Value: The interpolation mode.
      • setInterpolationMode

        public void setInterpolationMode(byte value)

        Gets or sets the interpolation mode value, from the InterpolationMode enumeration (section 2.1.1.16).

        Value: The interpolation mode.