Class: Pdfrb::Source::LinearizationReader::LinearizationInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/source/linearization_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_lengthObject

Returns the value of attribute file_length

Returns:

  • (Object)

    the current value of file_length



13
14
15
# File 'lib/pdfrb/source/linearization_reader.rb', line 13

def file_length
  @file_length
end

#first_page_end_offsetObject

Returns the value of attribute first_page_end_offset

Returns:

  • (Object)

    the current value of 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_offsetObject

Returns the value of attribute first_page_obj_offset

Returns:

  • (Object)

    the current value of 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_offsetObject

Returns the value of attribute hint_stream_offset

Returns:

  • (Object)

    the current value of hint_stream_offset



13
14
15
# File 'lib/pdfrb/source/linearization_reader.rb', line 13

def hint_stream_offset
  @hint_stream_offset
end

#linearizedObject

Returns the value of attribute linearized

Returns:

  • (Object)

    the current value of linearized



13
14
15
# File 'lib/pdfrb/source/linearization_reader.rb', line 13

def linearized
  @linearized
end

#page_countObject

Returns the value of attribute page_count

Returns:

  • (Object)

    the current value of page_count



13
14
15
# File 'lib/pdfrb/source/linearization_reader.rb', line 13

def page_count
  @page_count
end

#primary_hint_offsetObject

Returns the value of attribute primary_hint_offset

Returns:

  • (Object)

    the current value of primary_hint_offset



13
14
15
# File 'lib/pdfrb/source/linearization_reader.rb', line 13

def primary_hint_offset
  @primary_hint_offset
end