WriteFileAsyncWithUnits(WriteParamsWithUnits, String) Constructor

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

Parameters

writeParams
WriteParamsWithUnits

The WriteParamsWithUnits

fileName
string

The file name (it must include the extension)

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition