THotPDF.BeginTaggedList Method

Begins the tagged list sequence for the Tagged PDF accessibility workflow. Keep the returned object or current graphics state balanced with the matching end call before finalising the page or document

Declaration

function BeginTaggedList(Parent: THPDFDictionaryObject; const NumberingStyle: AnsiString= 'None'): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
ParentInput used by BeginTaggedList
NumberingStyleInput used by BeginTaggedList

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs