IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

SetOutputStream Method

The output stream of data.

Syntax

[VB.NET]
Public Sub SetOutputStream(ByVal OutputStream As System.IO.Stream)
[C#]
public void SetOutputStream(System.IO.Stream outputStream);

Remarks

Use this method to set the output stream of data for the component to write. If Encode or Decode is called, and this is not null, the data will be written to this stream when the specified action occurs. You may reset this by calling ResetData.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]