Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.SaveGraphicState
The function saves the current graphics state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.SaveGraphicState"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns OK or error message.
Description
The function saves the current graphics state.A saved graphics state must be restored before the page, template or pattern will be closed.
see also DynaPDF.RestoreGraphicState.
You can use DynaPDF.SaveGraphicState with RestorePageCoords option to define whether this saves the page coordinate option (bottom-up or top-down).
See also SaveGraphicState function in DynaPDF manual.
See also
- DynaPDF.ClipPath
- DynaPDF.CreateRadialShading
- DynaPDF.DrawCircle
- DynaPDF.New
- DynaPDF.Rectangle
- DynaPDF.Save
- DynaPDF.ScaleCoords
- DynaPDF.SetAlpha
- DynaPDF.SkewCoords
- DynaPDF.TranslateCoords
Example Databases
- Barcode/DynaPDF Barcode
- DynaPDF/Coordinates
- DynaPDF/Create Text as PDFA
- DynaPDF/Page Layouting
- DynaPDF/Place Template
- DynaPDF/Signature Appearance
- DynaPDF/Watermark pages
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 2nd August 2023