THPDFPage.Debug_GetProcessedRtlString Method

Gets the processed right-to-left (RTL) string, typically used for debugging.

Declaration

function Debug_GetProcessedRtlString(const InText: WideString): WideString;

Unit

HPDFDoc

Parameters

NamePurpose
InText原始字符串。

Return values

A wide string (WideString) rearranged via the Bidi algorithm.

Usage

See also