GetTextFlowRemaining
Text, Fonts
Description
Returns the text of a flow that has not been placed yet.
Syntax
Delphi
Function TPDFlib.GetTextFlowRemaining(FlowID: Integer): WideString;Return values
| Text | What is still to be laid out. |
|---|---|
| Empty string | The flow is finished, or the handle is not valid. |
Remarks
Useful for handing the tail of a passage to something else, or for checking that a box that reported nothing really took nothing.