WriteFileAsyncWithTextStyles(WriteParamsWithTextStyles, Stream) Constructor

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

Parameters

writeParams
WriteParamsWithTextStyles

The WriteParamsWithTextStyles

stream
Stream

The file stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition