THotPDF.BeginTaggedContent Method

Begins the tagged content 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 BeginTaggedContent(const Role: AnsiString; Parent: THPDFDictionaryObject; const Lang: AnsiString= ''; const Alt: AnsiString= ''; const ActualText: AnsiString= ''; const ExpansionText: AnsiString= ''): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
RoleInput used by BeginTaggedContent
ParentInput used by BeginTaggedContent
LangInput used by BeginTaggedContent
AltInput used by BeginTaggedContent
ActualTextInput used by BeginTaggedContent
ExpansionTextInput used by BeginTaggedContent

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs