This class represents the embedded file set dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; page 103.

This is a structure described in the EF entry of the PDF Specification table referenced above. In the specification this structure does not have a name.

An embedded file set dictionary maps platform-specific path keys to embedded file stream references. It is stored in the EF entry of a full file specification and provides the actual stream data for one or more platform paths.

Each entry in the dictionary maps a path key (F, UF, DOS, Mac, or Unix) to an indirect reference to an embedded file stream. The referenced stream contains the actual file data with its own stream dictionary parameters.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.EmbeddedFileSetElement

 

   
   
Method
Description
EmbeddedFileSetElement Create a new EmbeddedFileSetElement.
inherited methods...

 

   
   
Property
Description
EntryF Represents the "F" entry of the embedded file set dictionary object.
EntryUF Represents the "UF" entry of the embedded file set dictionary object.
EntryDOS Represents the "DOS" entry of the embedded file set dictionary object.
EntryMac Represents the "Mac" entry of the embedded file set dictionary object.
EntryUnix Represents the "Unix" entry of the embedded file set dictionary object.
inherited properties...