VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / Clear() Method
Syntax Remarks Requirements SeeAlso
In This Topic
    Clear() Method (ImageCollection)
    In This Topic
    Removes all images from the collection.
    Syntax
    'Declaration
    
    Public Sub Clear()
    
    
    public void Clear()
    
    
    public: void Clear()
    
    
    public:
    void Clear()
    Remarks

    Images from the collection must be disposed manually if they are not needed any more.

    ClearAndDisposeItems method should be used if collection should be cleared and images of collection should be disposed.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also