Click or drag to resize
Pdftools logo

ContentGeneratorRestore Method

Restore the graphics state.

The most recently saved state is restored and removed from the graphics state stack. The following properties are affected:
  • The current transform matrix
  • The current clip path

Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.0.0+fdabb036503e9f99735634a6d4f5be875399e9f5
Syntax
C#
public void Restore()
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document associated with the content has already been closed
InvalidOperationExceptionif the page/group associated with the content has already been closed
InvalidOperationExceptionif the content object has already been closed
InvalidOperationExceptionif the object has already been closed
See Also