VintaSoft Barcode .NET SDK 16.0: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftBitmap Class / Dispose Methods / Dispose(Boolean) Method
Синтаксис Требования Смотрите также
В этом разделе
Dispose(Boolean) Метод (VintasoftBitmap)
В этом разделе
Releases the unmanaged resources used by the T:Vintasoft.Imaging.VintasoftBitmap and optionally releases the managed resources.
Синтаксис
'Declaration

Protected Overloads Overridable Sub Dispose( _
ByVal disposing
A value indicating whether to release both managed and unmanaged resources. {b}True{/b} to release both managed and unmanaged resources; {b}false{/b} to release only unmanaged resources.
As Boolean _
)
protected virtual void Dispose(
bool disposing
)

Parameters

disposing
A value indicating whether to release both managed and unmanaged resources. {b}True{/b} to release both managed and unmanaged resources; {b}false{/b} to release only unmanaged resources.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также