public final class EmfPlusRestore extends EmfPlusStateRecordType
The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.
| Constructor and Description |
|---|
EmfPlusRestore(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusRestore class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies the level associated with a
graphics state.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies the level associated with a
graphics state.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSizepublic EmfPlusRestore(EmfPlusRecord source)
Initializes a new instance of the EmfPlusRestore class.
source - The source.public int getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record (section 2.3.7.5).
Value: The index of the stack.public void setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies the level associated with a graphics state. The level value was assigned to the graphics state by a previous EmfPlusSave record (section 2.3.7.5).
Value: The index of the stack.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.