Class: Pdfrb::Image::Audit::ImageInfo
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Image::Audit::ImageInfo
- Defined in:
- lib/pdfrb/image/audit.rb
Instance Attribute Summary collapse
-
#bits_per_component ⇒ Object
Returns the value of attribute bits_per_component.
-
#color_space ⇒ Object
Returns the value of attribute color_space.
-
#decoded_bytesize ⇒ Object
Returns the value of attribute decoded_bytesize.
-
#filter_name ⇒ Object
Returns the value of attribute filter_name.
-
#height ⇒ Object
Returns the value of attribute height.
-
#oid ⇒ Object
Returns the value of attribute oid.
-
#smask_oid ⇒ Object
Returns the value of attribute smask_oid.
-
#stream_bytesize ⇒ Object
Returns the value of attribute stream_bytesize.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#bits_per_component ⇒ Object
Returns the value of attribute bits_per_component
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def bits_per_component @bits_per_component end |
#color_space ⇒ Object
Returns the value of attribute color_space
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def color_space @color_space end |
#decoded_bytesize ⇒ Object
Returns the value of attribute decoded_bytesize
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def decoded_bytesize @decoded_bytesize end |
#filter_name ⇒ Object
Returns the value of attribute filter_name
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def filter_name @filter_name end |
#height ⇒ Object
Returns the value of attribute height
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def height @height end |
#oid ⇒ Object
Returns the value of attribute oid
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def oid @oid end |
#smask_oid ⇒ Object
Returns the value of attribute smask_oid
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def smask_oid @smask_oid end |
#stream_bytesize ⇒ Object
Returns the value of attribute stream_bytesize
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def stream_bytesize @stream_bytesize end |
#width ⇒ Object
Returns the value of attribute width
10 11 12 |
# File 'lib/pdfrb/image/audit.rb', line 10 def width @width end |