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

SetInputStream Method

The input stream of data.

Syntax

[VB.NET]
Public Sub SetInputStream(ByVal InputStream As System.IO.Stream)
[C#]
public void SetInputStream(System.IO.Stream inputStream);

Remarks

Use this method to set the input stream of data for the component to read from. If Encode or Decode is called, and this is not null, the data will be read from 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]