.NET Framework Class Library

DocumentViewer.Dispose Method (Boolean)

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Methods > Dispose Method  >

.NET Framework Class Library

DocumentViewer.Dispose Method (Boolean)

Clean up any resources being used.

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Protected Overrides Sub Dispose ( _
 disposing As Boolean _
)

C#

protected override void Dispose(
 bool disposing
)

Visual C++

protected:
virtual void Dispose(
 bool disposing
override

Parameters

disposing

Type: System.Boolean

true if managed resources should be disposed; otherwise, false.

See Also

DocumentViewer Class

DocumentViewer Members

Dispose Overload

Gnostice.Controls.WinForms Namespace