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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 202, page 420.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 205, page 510.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.TargetElement

A target dictionary describes a single step in the file-embedding path used by an embedded go-to action. The R entry gives the relationship (P for parent, C for child). For child targets N names the embedded file. The T entry chains another target for further traversal.

 

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

 

   
   
Property
Description
EntryR Represents the "R" entry of the target dictionary object.
EntryN Represents the "N" entry of the target dictionary object.
EntryP Represents the "P" entry of the target dictionary object.
EntryA Represents the "A" entry of the target dictionary object.
EntryT Represents the "T" entry of the target dictionary object.
inherited properties...