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

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 408, page 829.

This class is always an indirect object because DpartElement.EntryParent requires it to be so.

The document part root element is the top-level node of the document part hierarchy, referenced from the document catalog. It serves as the entry point for traversing the logical part structure.

The RecordLevel entry identifies which level of the hierarchy corresponds to individual records in a variable data printing job. Processors use this to iterate over records within the document.

The NodeNameList entry lists the names assigned to each level of the hierarchy, allowing processors to understand the semantics of each level without inspecting every node.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.DocumentPartRootElement

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the dpartroot dictionary object.
EntryDPartRootNode Represents the "DPartRootNode" entry of the dpartroot dictionary object.
EntryRecordLevel Represents the "RecordLevel" entry of the dpartroot dictionary object.
EntryNodeNameList Represents the "NodeNameList" entry of the dpartroot dictionary object.
inherited properties...