Class: Pdfrb::Task::ExtractImages::ImageInfo
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Task::ExtractImages::ImageInfo
- Defined in:
- lib/pdfrb/task/extract_images.rb
Instance Attribute Summary collapse
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#height ⇒ Object
Returns the value of attribute height.
-
#name ⇒ Object
Returns the value of attribute name.
-
#page_index ⇒ Object
Returns the value of attribute page_index.
-
#stream ⇒ Object
Returns the value of attribute stream.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#filter ⇒ Object
Returns the value of attribute filter
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def filter @filter end |
#height ⇒ Object
Returns the value of attribute height
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def height @height end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def name @name end |
#page_index ⇒ Object
Returns the value of attribute page_index
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def page_index @page_index end |
#stream ⇒ Object
Returns the value of attribute stream
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def stream @stream end |
#width ⇒ Object
Returns the value of attribute width
10 11 12 |
# File 'lib/pdfrb/task/extract_images.rb', line 10 def width @width end |