Class: Pdfrb::Model::Type::DestOutputProfile
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
#[], #[]=, 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
#arlington_object
Methods inherited from Object
#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type
Instance Method Details
55
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 55
def checksum; self[:CheckSum]; end
|
#colorant_table ⇒ Object
56
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 56
def colorant_table; self[:ColorantTable]; end
|
#icc_version ⇒ Object
57
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 57
def icc_version; self[:ICCVersion]; end
|
#profile_color_space ⇒ Object
58
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 58
def profile_color_space; self[:ProfileCS]; end
|
#profile_name ⇒ Object
59
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 59
def profile_name; self[:ProfileName]; end
|
60
|
# File 'lib/pdfrb/model/type/misc_helpers.rb', line 60
def urls; self[:URLs]; end
|