PdfBarGraphicsRestore Method |
Restores the specified GraphicsState.
Namespace:
Atalasoft.PdfDoc.BarcodeWriting
Assembly:
Atalasoft.dotImage.PdfDoc.BarcodeWriting (in Atalasoft.dotImage.PdfDoc.BarcodeWriting.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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