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

Protected Overloads Overrides Sub Dispose( _
ByVal disposing
A value indicating whether to release both managed and unmanaged resources. True to release both managed and unmanaged resources; false to release only unmanaged resources.
As Boolean _
)
protected override void Dispose(
bool disposing
)

Parameters

disposing
A value indicating whether to release both managed and unmanaged resources. True to release both managed and unmanaged resources; false 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

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