Class: Pdfrb::Task::ExtractImages::ImageInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/task/extract_images.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def filter
  @filter
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def height
  @height
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def name
  @name
end

#page_indexObject

Returns the value of attribute page_index

Returns:

  • (Object)

    the current value of page_index



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def page_index
  @page_index
end

#streamObject

Returns the value of attribute stream

Returns:

  • (Object)

    the current value of stream



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def stream
  @stream
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



10
11
12
# File 'lib/pdfrb/task/extract_images.rb', line 10

def width
  @width
end