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
)
Public Sub Restore (
state As PdfGraphicsState
)
public:
void Restore(
PdfGraphicsState^ state
)
member Restore :
state : PdfGraphicsState -> unit
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