SavedDc

EmfRestoreDc.SavedDc property

Gets or sets a 32-bit signed integer that specifies the saved state to restore relative to the current state. This value MUST be negative; –1 represents the state that was most recently saved on the stack, –2 the one before that, etc.

public int SavedDc { get; set; }

See Also