EmfPlusSave

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

public final class EmfPlusSave extends EmfPlusStateRecordType

The EmfPlusSave record saves the graphics state, identified by a specified index, on a stack of saved graphics states.

Constructors

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

Methods

MethodDescription
getStackIndex()Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state.
setStackIndex(int value)Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state.

EmfPlusSave(EmfPlusRecord source)

public EmfPlusSave(EmfPlusRecord source)

Initializes a new instance of the EmfPlusSave class.

Parameters:

ParameterTypeDescription
sourceEmfPlusRecordThe source.

getStackIndex()

public int getStackIndex()

Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state.

Value: The index of the stack.

Returns: int

setStackIndex(int value)

public void setStackIndex(int value)

Gets or sets a 32-bit unsigned integer that specifies a level to associate with the graphics state. The level value can be used by a subsequent EmfPlusRestore record (section 2.3.7.4) operation to retrieve the graphics state.

Value: The index of the stack.

Parameters:

ParameterTypeDescription
valueint