Method: PDF::Core::Page#graphic_state
- Defined in:
- lib/pdf/core/page.rb
#graphic_state ⇒ PDF::Core::GraphicState
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Current graphic state.
122 123 124 |
# File 'lib/pdf/core/page.rb', line 122 def graphic_state stack.current_state end |