WriteFileAsync(WriteParams, String) Constructor

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

Parameters

writeParams
WriteParams

The WriteParams

fileName
string

The file name (it must include the extension)

.NET Framework

Supported in: 4.8

In this article

Definition