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: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGraphicsState Save()
Public Function Save As PdfGraphicsState
public:
PdfGraphicsState^ Save()
member Save : unit -> PdfGraphicsState
Return Value
Type:
PdfGraphicsState
This method returns a GraphicsState that represents the saved state of this Graphics.
Remarks
This method works similar tomethod.
See Also