Class: Pdfrb::Model::Type::DestOutputProfile

Inherits:
Cos::Dictionary show all
Defined in:
lib/pdfrb/model/type/misc_helpers.rb

Overview

Dest output profile dictionary (s7.9.6): the dictionary a DestOutputProfileRef points at. Carries ICC metadata and the colorant table for PDF/X output intent profiles.

Instance Attribute Summary

Attributes inherited from Object

#document, #gen, #oid, #value

Instance Method Summary collapse

Methods inherited from Cos::Dictionary

#[], #[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_scalar, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate

Methods included from Cos::ArlingtonBacked

#arlington_object

Methods inherited from Object

#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type

Constructor Details

This class inherits a constructor from Pdfrb::Model::Cos::Dictionary

Instance Method Details

#checksumObject



55
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 55

def checksum; self[:CheckSum]; end

#colorant_tableObject



56
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 56

def colorant_table; self[:ColorantTable]; end

#icc_versionObject



57
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 57

def icc_version; self[:ICCVersion]; end

#profile_color_spaceObject



58
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 58

def profile_color_space; self[:ProfileCS]; end

#profile_nameObject



59
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 59

def profile_name; self[:ProfileName]; end

#urlsObject



60
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 60

def urls; self[:URLs]; end