This class represents the source information dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 355, page 623.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 391, page 803.

A source information dictionary records the origin of captured web content: the source URL, capture timestamp, HTTP encoding, and the capture command used.

The AU entry holds the source URL as a string or URL alias dictionary. The TS entry holds the capture timestamp as a PDF date string.

The E entry records the MIME encoding. The S entry holds an array of source information dictionaries for content retrieved from multiple sources or through redirects.

The C entry references the web capture command dictionary used to capture this content, linking source information back to the capture parameters.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.SourceInformationElement

 

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

 

   
   
Property
Description
EntryAU Represents the "AU" entry of the source information dictionary object.
EntryTS Represents the "TS" entry of the source information dictionary object.
EntryE Represents the "E" entry of the source information dictionary object.
EntryS Represents the "S" entry of the source information dictionary object.
EntryC Represents the "C" entry of the source information dictionary object.
inherited properties...