class HexaPDF::Content::Operator::InlineImage
Implementation of the 'BI' operator which handles the complete inline image, i.e. the 'ID' and 'EI' operators are never encountered.
See: PDF1.7 s8.9.7
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 678 def initialize super('BI') end