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.14.2+5217f89c7b399efc0587b88c31a764dfa81dc11a
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