HtmlConverter.DisposeAsync Method

Disposes internal resources of this converter as an asynchronous operation.

Namespace:  BitMiracle.Docotic.Pdf.HtmlToPdf
Assembly:  BitMiracle.Docotic.Pdf.HtmlToPdf (in BitMiracle.Docotic.Pdf.HtmlToPdf.dll)

Syntax

C#
public ValueTask DisposeAsync()
VB
Public Function DisposeAsync As ValueTask

Return Value

Type: ValueTask
The ValueTask that represents the asynchronous operation.

Implements

IAsyncDisposable.DisposeAsync()

See Also