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

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 324, page 561.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 357, page 727.

A marked content reference links a structure element to a region of marked content in a content stream. It identifies the specific marked content sequence on a specific page or stream that constitutes part of the structure element content.

The Pg entry references the page containing the marked content. When absent, the page is inherited from the nearest ancestor structure element that specifies one.

The Stm entry references the content stream when the marked content is in a stream other than the page content stream, such as a form XObject.

The MCID entry gives the marked content identifier integer matching the MCID property in the corresponding content stream operator. This integer links the reference to the exact region of content.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MarkedContentReferenceElement

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the marked-content reference dictionary object.
EntryPg Represents the "Pg" entry of the marked-content reference dictionary object.
EntryStm Represents the "Stm" entry of the marked-content reference dictionary object.
EntryStmOwn Represents the "StmOwn" entry of the marked-content reference dictionary object.
EntryMCID Represents the "MCID" entry of the marked-content reference dictionary object.
inherited properties...