Class: Pdfrb::Model::Type::DestOutputProfileRef
- Defined in:
- lib/pdfrb/model/type/misc_helpers.rb
Overview
Dest Output Profile Ref (s7.9.6, optional indirect reference). Used by PDF PostScript/XMP reference forms.
Instance Attribute Summary
Attributes inherited from Reference
Instance Method Summary collapse
Methods inherited from Reference
#<=>, #deref, #eql?, #hash, #initialize, #inspect, #to_s
Constructor Details
This class inherits a constructor from Pdfrb::Model::Reference
Instance Method Details
#resolved ⇒ Object
43 44 45 |
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 43 def resolved document&.object(self) end |