VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.Imaging Namespace / VintasoftBitmap Class / Dispose Methods / Dispose(Boolean) Method
Синтаксис Требования Смотрите также
В этом разделе
    Dispose(Boolean) Метод (VintasoftBitmap)
    В этом разделе
    Releases the unmanaged resources used by the 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. True to release both managed and unmanaged resources; false to release only unmanaged resources.
    As Boolean _
    )
    protected virtual void Dispose(
    bool disposing
    )
    protected: virtual void Dispose(
    bool disposing
    )
    protected:
    virtual 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 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

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