HtmlWriter.Dispose method (Boolean)

The Dispose(Boolean) method disposes of the HtmlWriter instance.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim disposing As Boolean

Me.Dispose(disposing)
protected virtual void Dispose(
    bool disposing
)

Parameters

  • disposing
    Type: System.Boolean

    true if the Dispose(Boolean) method is not called by the finalizer; otherwise, false.

See also

Reference

HtmlWriter class

HtmlWriter members

Dispose overload

Microsoft.Exchange.Data.TextConverters namespace