class HexaPDF::Content::Operator::SetGraphicsStateParameters
Implementation of the 'gs' operator.
Note: Only parameters supported by the GraphicsState/TextState classes are assigned, the rest are ignored!
See: PDF1.7 s8.4.4
Public Class Methods
new()
click to toggle source
Creates the operator.
Calls superclass method
HexaPDF::Content::Operator::BaseOperator::new
# File lib/hexapdf/content/operator.rb, line 316 def initialize super('gs') end