Module: HexaPDF::CLI::Usage::PDFDataExtension

Defined in:
lib/hexapdf/cli/usage.rb

Overview

Modifies the HexaPDF::PDFData class to store the size information

Instance Attribute Summary collapse

Instance Attribute Details

#sizeObject

Used to store the size of the indirect object.



49
50
51
# File 'lib/hexapdf/cli/usage.rb', line 49

def size
  @size
end

#size_in_object_streamObject

Used to store the size of the object inside the object stream.



52
53
54
# File 'lib/hexapdf/cli/usage.rb', line 52

def size_in_object_stream
  @size_in_object_stream
end