VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class / Remove(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    Remove(VintasoftImage) Method (ImageCollection)
    In This Topic
    Removes the first occurrence of a specific object from the ImageCollection.
    Syntax
    'Declaration
    
    Public Function Remove( _
    ByVal image
    The object to remove from the ImageCollection.
    As VintasoftImage _
    ) As Boolean
    public bool Remove(
    VintasoftImage image
    )
    public: bool Remove(
    VintasoftImage* image
    )
    public:
    bool Remove(
    VintasoftImage^ image
    )

    Parameters

    image
    The object to remove from the ImageCollection.

    Return Value

    True if image was successfully removed from the ImageCollection; otherwise, false.
    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