VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class
In This Topic
    ImageCollection Class Methods
    In This Topic
    For a list of all methods of this type, see ImageCollection.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds element(s) to the end of the .
    Public MethodAdds elements of the specified array to the end of the ImageCollection.
    Public MethodReturns a read-only System.Collections.ObjectModel.ReadOnlyCollection wrapper for the current collection.
    Public MethodSignals the image collection that initialization is starting.
    Public MethodRemoves all images from the collection.
    Public MethodRemoves and disposes all images from the collection.
    Public MethodClears cache of image collection.
    Public MethodDetermines whether this instance contains the object.
    Public MethodCopies the elements of the ImageCollection to an System.Array, starting at a particular System.Array index.
    Public MethodReturns an image collection that contains images from this image collection, each image that references to the sourceStream will be switched to the destStream.
    Public MethodReleases all resources used by this ImageCollection object.
    Public MethodSignals the image collection that initialization is complete.
    Public MethodReturns an enumerator that iterates through the collection.
    Public MethodReturns the image page index in image collection that corresponds the image page index in decoder.
    Public MethodReturns the index of the specified VintasoftImage object.
    Public MethodOverloaded. Inserts an element into the at the specified index.
    Public MethodInserts the elements of collection into the ImageCollection at the specified index.
    Public MethodInserts the elements of collection into the ImageCollection at the specified index.
    Public MethodRemoves images at specified indexes and inserts them at specified index.
    Public MethodRemoves the first occurrence of a specific object from the ImageCollection.
    Public MethodRemoves the VintasoftImage at the specified index from this collection.
    Public MethodOverloaded. Removes elements at the specified indices of the instance.
    Public MethodOverloaded. Saves asynchronously all images from this collection to specified stream using the specified .
    Public MethodOverloaded. Saves synchronously all images from this collection to specified stream using the specified .
    Public MethodSets the decoding settings of all images of this image collection.
    Public MethodSets the properties of decoding settings for all images of this image collection.
    Public MethodSets the rendering settings for all images of this image collection.
    Public MethodSwaps two elements in the collection.
    Public MethodCopies the elements of the ImageCollection to a new array.
    Protected Methods
     NameDescription
    Protected MethodAllows an ImageCollection to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
    See Also