THPDFPage.GetWideTextRowCount Method

Reads wide text row count information from the current page drawing state. Use the value to inspect parser results, shaping tables, resource availability, or diagnostic counters without mutating document output

Declaration

function GetWideTextRowCount(BoxWidth: Integer; Text: WideString): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
BoxWidthInput used by GetWideTextRowCount
TextInput used by GetWideTextRowCount

Return value

Returns an Integer value

Usage notes

Related APIs