HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.GStateRestore
|
Top Previous Next |
|
Restore the graphics state
Delphi syntax: procedure GStateRestore;
C++ syntax: void __fastcall GStateRestore( void );
Description Restore the graphics state by removing the most recently saved state from the stack and making it the current state.
See also: GStateSave.
|