THotPDF.ApplyReverseChainedContextualSubst Method

Applies reverse chained contextual subst processing inside the document creation workflow. The method transforms text, form packets, validation profiles, or loaded PDF data while preserving public identifiers and caller-supplied resources

Declaration

function ApplyReverseChainedContextualSubst(const InputGIDs: array of Word; StartIndex: Integer; const FeatureTag: AnsiString; out OutGID: Word): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
InputGIDsInput used by ApplyReverseChainedContextualSubst
StartIndexZero-based index or object index used to select an existing item
FeatureTagInput used by ApplyReverseChainedContextualSubst
OutGIDInput used by ApplyReverseChainedContextualSubst

Return value

Returns a boolean value

Usage notes

Related APIs