Class: HexaPDF::Type::OutputIntent
- Inherits:
-
Dictionary
- Object
- Object
- Dictionary
- HexaPDF::Type::OutputIntent
- Defined in:
- lib/hexapdf/type/output_intent.rb
Overview
Represents an output intent dictionary.
Such a dictionary may be referenced from the catalog’s /OutputIntents entry or from the /OutputIntents entry of a page object.
See: PDF2.0 s14.11.5, Catalog
Defined Under Namespace
Classes: DestOutputProfileRef
Constant Summary
Constants included from DictionaryFields
DictionaryFields::Boolean, DictionaryFields::PDFByteString, DictionaryFields::PDFDate
Instance Attribute Summary
Attributes inherited from Object
#data, #document, #must_be_indirect
Method Summary
Methods inherited from Dictionary
#[], #[]=, define_field, define_type, #delete, #each, each_field, #empty?, field, #key?, #to_hash, type, #type
Methods inherited from Object
#<=>, #==, #cache, #cached?, #clear_cache, deep_copy, #deep_copy, #document?, #eql?, field, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, make_direct, #must_be_indirect?, #null?, #oid, #oid=, #type, #validate, #value, #value=
Constructor Details
This class inherits a constructor from HexaPDF::Object