THotPDF.AddStructRoleMap Method

Adds struct role map data to the Tagged PDF accessibility workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddStructRoleMap(const SourceRole: AnsiString; const TargetRole: AnsiString);

Unit

HPDFDoc

Parameters

NamePurpose
SourceRoleInput used by AddStructRoleMap
TargetRoleInput used by AddStructRoleMap

Return value

This member does not return a value

Usage notes

Related APIs