Class: Pdfrb::Source::LinearizationReader::LinearizationInfo
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Source::LinearizationReader::LinearizationInfo
- Defined in:
- lib/pdfrb/source/linearization_reader.rb
Instance Attribute Summary collapse
-
#file_length ⇒ Object
Returns the value of attribute file_length.
-
#first_page_end_offset ⇒ Object
Returns the value of attribute first_page_end_offset.
-
#first_page_obj_offset ⇒ Object
Returns the value of attribute first_page_obj_offset.
-
#hint_stream_offset ⇒ Object
Returns the value of attribute hint_stream_offset.
-
#linearized ⇒ Object
Returns the value of attribute linearized.
-
#page_count ⇒ Object
Returns the value of attribute page_count.
-
#primary_hint_offset ⇒ Object
Returns the value of attribute primary_hint_offset.
Instance Attribute Details
#file_length ⇒ Object
Returns the value of attribute file_length
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def file_length @file_length end |
#first_page_end_offset ⇒ Object
Returns the value of attribute first_page_end_offset
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def first_page_end_offset @first_page_end_offset end |
#first_page_obj_offset ⇒ Object
Returns the value of attribute first_page_obj_offset
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def first_page_obj_offset @first_page_obj_offset end |
#hint_stream_offset ⇒ Object
Returns the value of attribute hint_stream_offset
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def hint_stream_offset @hint_stream_offset end |
#linearized ⇒ Object
Returns the value of attribute linearized
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def linearized @linearized end |
#page_count ⇒ Object
Returns the value of attribute page_count
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def page_count @page_count end |
#primary_hint_offset ⇒ Object
Returns the value of attribute primary_hint_offset
13 14 15 |
# File 'lib/pdfrb/source/linearization_reader.rb', line 13 def primary_hint_offset @primary_hint_offset end |