Class: Acrofill::StreamObject
- Inherits:
-
Struct
- Object
- Struct
- Acrofill::StreamObject
- Defined in:
- lib/acrofill/document.rb
Overview
A new stream object created by acrofill (appearance streams, stamped
content). raw holds the final, already-encoded stream bytes.
Instance Attribute Summary collapse
-
#dict ⇒ Object
Returns the value of attribute dict.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#dict ⇒ Object
Returns the value of attribute dict
8 9 10 |
# File 'lib/acrofill/document.rb', line 8 def dict @dict end |
#raw ⇒ Object
Returns the value of attribute raw
8 9 10 |
# File 'lib/acrofill/document.rb', line 8 def raw @raw end |