THotPDF.EmitTaggedListItem Method

Provides emit tagged list item behaviour for the Tagged PDF accessibility workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

function EmitTaggedListItem(ListElem: THPDFDictionaryObject; LblX, LblY: Single; const LabelText: WideString; BodyX, BodyY: Single; const BodyText: WideString): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
ListElemInput used by EmitTaggedListItem
LblXInput used by EmitTaggedListItem
LblYInput used by EmitTaggedListItem
LabelTextInput used by EmitTaggedListItem
BodyXInput used by EmitTaggedListItem
BodyYInput used by EmitTaggedListItem
BodyTextInput used by EmitTaggedListItem

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs