public 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, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public 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-2016 Aspose Pty Ltd. All Rights Reserved.