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

TextWhat is still to be laid out.
Empty stringThe 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.

See also

NewTextFlow, DrawTextFlow