Class: Pdfrb::Content::Operator::EndInlineImage

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/content/operators/inline_image.rb

Class Method Summary collapse

Methods inherited from Base

register, serialize

Class Method Details

.invoke(_processor, *_operands) ⇒ Object



40
# File 'lib/pdfrb/content/operators/inline_image.rb', line 40

def invoke(_processor, *_operands); end

.nameObject



38
# File 'lib/pdfrb/content/operators/inline_image.rb', line 38

def name; "EI"; end