ViewerDispose Method (Boolean)
Releases file stream and managed internal resources.

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Indicates from which method (Dispose or Finalize) this method is called.
See Also