Class: Pdfrb::Model::Type::DestOutputProfileRef

Inherits:
Reference
  • Object
show all
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

#gen, #oid

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

#resolvedObject



43
44
45
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 43

def resolved
  document&.object(self)
end