FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / NewPaperSize Class / Dispose Method / Dispose(Boolean) Method
true if managed resources should be disposed; otherwise, false.


In This Topic
Dispose(Boolean) Method
In This Topic
Clean up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
 
'Usage
 
Dim instance As NewPaperSize
Dim disposing As Boolean
 
instance.Dispose(disposing)

Parameters

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