This class represents the reference dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 97, page 221.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 95, page 272.

The reference dictionary identifies an external page that a Form XObject represents. It is used in the reference XObject mechanism, which allows a form to serve as a proxy for a page in another PDF document.

The F entry names the file specification of the external PDF file. The referenced file must be accessible at rendering time for the reference to be resolved.

The Page entry selects which page of the external file the form represents. It may be specified as an integer page index or as a string page label.

The ID entry carries the document identifier of the external file. A conforming reader may use this to verify that the correct version of the file is being accessed.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.ReferenceElement

 

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

 

   
   
Property
Description
EntryF Represents the "F" entry of the reference dictionary object.
EntryPage Represents the "Page" entry of the reference dictionary object.
EntryID Represents the "ID" entry of the reference dictionary object.
inherited properties...