THotPDF.AppendStructureMarkedContent Method

Associates one page-local MCID with an existing structure element through an MCR dictionary and the page ParentTree

Declaration

procedure AppendStructureMarkedContent(
  StructElem: THPDFDictionaryObject;
  PageIndex, MCID: Integer);

Parameters

NamePurpose
StructElemAn existing structure element returned by AddStructureElement
PageIndexZero-based page index that owns the marked content
MCIDNon-negative marked-content identifier that is unique on the page

Usage notes

Related APIs