TextFlowFinished
Text, Fonts
Description
Reports whether every line of a flow has been placed.
Syntax
Delphi
Function TPDFlib.TextFlowFinished(FlowID: Integer): Integer;Return values
| 1 | The flow is finished. |
|---|---|
| 0 | Text remains, or the handle is not valid. |
Remarks
A released handle reports 0, the same as a flow with text left; keep the handle only while the flow is in use.