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
-
#size ⇒ Object
Used to store the size of the indirect object.
-
#size_in_object_stream ⇒ Object
Used to store the size of the object inside the object stream.
Instance Attribute Details
#size ⇒ Object
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_stream ⇒ Object
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 |