VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Api2Controllers Namespace / VintasoftImageProcessingDocCleanupApi2Controller Class / Dispose Methods / Dispose(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Dispose(Boolean) Method (VintasoftImageProcessingDocCleanupApi2Controller)
    In This Topic
    Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.
    Syntax
    'Declaration
    
    Protected Overloads Overrides Sub Dispose( _
    ByVal disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    As Boolean _
    )
    protected override void Dispose(
    bool disposing
    )
    protected: void Dispose(
    bool disposing
    ); override
    protected:
    void Dispose(
    bool disposing
    ); override

    Parameters

    disposing
    true to release both managed and unmanaged resources; false to release only unmanaged resources.
    Requirements

    Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also