Class: Pdfrb::Image::Audit::ImageInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/pdfrb/image/audit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bits_per_componentObject

Returns the value of attribute bits_per_component

Returns:

  • (Object)

    the current value of bits_per_component



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def bits_per_component
  @bits_per_component
end

#color_spaceObject

Returns the value of attribute color_space

Returns:

  • (Object)

    the current value of color_space



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def color_space
  @color_space
end

#decoded_bytesizeObject

Returns the value of attribute decoded_bytesize

Returns:

  • (Object)

    the current value of decoded_bytesize



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def decoded_bytesize
  @decoded_bytesize
end

#filter_nameObject

Returns the value of attribute filter_name

Returns:

  • (Object)

    the current value of filter_name



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def filter_name
  @filter_name
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def height
  @height
end

#oidObject

Returns the value of attribute oid

Returns:

  • (Object)

    the current value of oid



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def oid
  @oid
end

#smask_oidObject

Returns the value of attribute smask_oid

Returns:

  • (Object)

    the current value of smask_oid



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def smask_oid
  @smask_oid
end

#stream_bytesizeObject

Returns the value of attribute stream_bytesize

Returns:

  • (Object)

    the current value of stream_bytesize



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def stream_bytesize
  @stream_bytesize
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



10
11
12
# File 'lib/pdfrb/image/audit.rb', line 10

def width
  @width
end