Delegate to handle the OnPrintStream event.
Namespace:
P4APIAssembly: p4api (in p4api)
Version: 1.0.0.0 (1.0.0)
Syntax
C# |
---|
public delegate void OnPrintStreamEventHandler( P4PrintStreamEventArgs args, out Stream outputStream ) |
Parameters
- args
- Type: P4API..::.P4PrintStreamEventArgs
Arguments describing the printed file.
- outputStream
- Type: System.IO..::.Stream%
The stream to write the file.