OutputStreamActive
Document management
Description
Reports whether the instance currently has a stream bound by BeginOutputToStream
This is useful for GUI, web, and report-export code that needs to avoid binding a second target before finishing or cancelling the first one
Syntax
Delphi
Function TPDFlib.OutputStreamActive: Integer;
Return values
| 0 | No output stream is active |
|---|---|
| 1 | An output stream is active |