EmfPlusRestore

EmfPlusRestore class

The EmfPlusRestore record restores the graphics state, identified by a specified index, from a stack of saved graphics states.

public sealed class EmfPlusRestore : EmfPlusStateRecordType

Constructors

NameDescription
EmfPlusRestore(EmfPlusRecord)Initializes a new instance of the EmfPlusRestore class.

Properties

NameDescription
virtual DataSize { get; set; }Gets or sets a 32-bit unsigned integer that MUST define the 32-bit–aligned number of bytes of data in the RecordData field that follows. This number does not include the 12-byte record header.
virtual Flags { get; set; }Gets or sets a 16-bit unsigned integer that contains information for some records on how the operation is to be performed and on the structure of the record.
virtual Size { get; set; }Gets or sets a 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data.
StackIndex { get; set; }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).
Type { get; }Gets a 16-bit unsigned integer that identifies the record type.

See Also