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

0No output stream is active
1An output stream is active

See also

BeginOutputToStream, EndOutputStream, CancelOutputStream