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
| Name | Purpose |
|---|---|
InText | 原始字符串。 |
Return values
A wide string (WideString) rearranged via the Bidi algorithm.
Usage
- Call: THPDFPage.Debug_GetProcessedRtlString
- Used when debugging the rendering layout of bidirectional text like Arabic or Hebrew.
See also
- THPDFPage
- Directory