Saves the current state of this Graphics and identifies the saved state with a GraphicsState.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfGraphicsState Save()
Public Function Save As PdfGraphicsState
public:
PdfGraphicsState^ Save()
member Save : unit -> PdfGraphicsState 

Return Value

PdfGraphicsState
This method returns a GraphicsState that represents the saved state of this Graphics.

Remarks

This method works similar to method.

See Also