EmfPlusSetInterpolationMode

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusPropertyRecordType

public final class EmfPlusSetInterpolationMode extends EmfPlusPropertyRecordType

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

Constructors

ConstructorDescription
EmfPlusSetInterpolationMode(EmfPlusRecord source)Initializes a new instance of the EmfPlusSetInterpolationMode class.

Methods

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

EmfPlusSetInterpolationMode(EmfPlusRecord source)

public EmfPlusSetInterpolationMode(EmfPlusRecord source)

Initializes a new instance of the EmfPlusSetInterpolationMode class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

getInterpolationMode()

public byte getInterpolationMode()

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

Value: The interpolation mode.

Returns: byte

setInterpolationMode(byte value)

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.

Parameters:

ParameterTypeDescription
valuebyte