Class: Poppler::ImageMapping
- Inherits:
-
Object
- Object
- Poppler::ImageMapping
- Defined in:
- lib/poppler/image-mapping.rb
Instance Attribute Summary collapse
-
#page ⇒ Object
Returns the value of attribute page.
Instance Method Summary collapse
Instance Attribute Details
#page ⇒ Object
Returns the value of attribute page.
19 20 21 |
# File 'lib/poppler/image-mapping.rb', line 19 def page @page end |
Instance Method Details
#image ⇒ Object
21 22 23 |
# File 'lib/poppler/image-mapping.rb', line 21 def image @page.get_image(image_id) end |