PdfBarGraphicsRestore Method |
Restores the specified GraphicsState.
Namespace:
Atalasoft.PdfDoc.BarcodeWriting
Assembly:
Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Restore(
GraphicsState gState
)
Public Sub Restore (
gState As GraphicsState
)
Parameters
- gState
- Type: System.Drawing.Drawing2DGraphicsState
the GraphicsState to restore to.
Implements
IBarGraphicsRestore(GraphicsState)
See Also