THotPDF.EmitTaggedHeading Method

Provides emit tagged heading 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 EmitTaggedHeading(Level: Integer; Parent: THPDFDictionaryObject; X, Y: Single; const Text: WideString): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
LevelVersion, conformance, or nesting level used by the workflow
ParentInput used by EmitTaggedHeading
XPage coordinate or size value expressed in the current HotPDF coordinate space
YPage coordinate or size value expressed in the current HotPDF coordinate space
TextInput used by EmitTaggedHeading

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs