|
This class represents the file specification dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; page 97.
This class is always an indirect object because
RichMediaActivationElement.EntryScripts,
RichMediaInstanceElement.EntryAsset and
StructureTreeRootElement.EntryPronunciationLexicon require it to be
so.
A file specification identifies an external file that a PDF
document references. The specification may be a simple string
holding a file path or a full dictionary with platform-specific
paths and optional embedded file streams.
File specifications are used in embedded file attachments,
external stream references, and associated file relationships. The
dictionary form allows a single specification to carry paths for
multiple platforms simultaneously.
In PDF 2.0, file specifications may include an AFRelationship
entry that names the relationship between the referencing object
and the specified file, supporting the associated files mechanism
used in PDF/A-3 and similar profiles.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.FileSpecificationElement
WebSupergoo.ABCpdf14.Elements.FullFileSpecificationElement
WebSupergoo.ABCpdf14.Elements.StringFileSpecificationElement
|