StackIndex

EmfPlusBeginContainerNoParams.StackIndex property

Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.

public int StackIndex { get; set; }

Property Value

The index of the stack.

See Also