WriteFileAsync(WriteParams, Stream) Constructor

Standard constructor with Document and stream.
Protected Sub New( _ 
ByVal writeParams As WriteParams, _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
protected WriteFileAsync( 
WriteParams writeParams
Stream stream 
)
This language is not supported or no code example is available.

Parameters

writeParams
WriteParams

The WriteParams

stream
Stream

The file stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition