|
This class represents the type 5 halftone dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 134,
page 315.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 132, page 377.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.HalftoneElement
WebSupergoo.ABCpdf14.Elements.Type5HalftoneElement
A type 5 halftone is a container that groups separate halftone
dictionaries together, one for each colorant the output device
uses. This makes it possible to assign different screen rulings,
angles, or dot shapes to different ink channels within a single
halftone object.
The dictionary keys are colorant names. Each name maps to a
complete halftone dictionary of any type other than type 5. When
the viewer processes a given colorant, it looks up that colorant
name in the type 5 dictionary and applies whichever sub-dictionary
it finds.
The Default entry holds the fallback screen. Any colorant that
does not have its own named entry will use Default instead. This
entry must be present and must not itself be a type 5
dictionary.
Type 5 is the standard mechanism for avoiding moire in multi-ink
printing. Offset printing separations are typically screened at
different angles and type 5 is how those per-channel settings are
recorded in a PDF file.
|