Click or drag to resize

PdfCanvas Save Method

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()

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