This class represents the mac os file information dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 47, page 105.

The MacOS file information dictionary stores classic MacOS file metadata for embedded files: the four-character creator code and file type code used by the classic MacOS Finder.

The Creator entry holds the four-character application creator code. The ResFork entry holds an embedded copy of the file's resource fork as a stream.

These entries are preserved for compatibility with documents created on classic MacOS systems. They have no functional meaning on modern operating systems but allow round-tripping through PDF without losing MacOS-specific metadata.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MacOSFileInformationElement

 

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

 

   
   
Property
Description
EntrySubtype Represents the "Subtype" entry of the mac os file information dictionary object.
EntryCreator Represents the "Creator" entry of the mac os file information dictionary object.
EntryResFork Represents the "ResFork" entry of the mac os file information dictionary object.
inherited properties...