Click or drag to resize

PdfCanvas Restore Method (PdfGraphicsState)

Restores the state of this Graphics to the state represented by a GraphicsState.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Restore(
	PdfGraphicsState state
)

Parameters

state
Type: Spire.Pdf.Graphics PdfGraphicsState
GraphicsState that represents the state to which to restore this Graphics.
Remarks
This method works similar tomethod.
See Also