VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageCollection Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ImageCollection Class Members
    In This Topic
    The following tables list the members exposed by ImageCollection.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageCollection class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the total number of elements the internal data structure can hold without resizing.
    Public PropertyGets the number of elements contained in the ImageCollection.
    Public PropertyGets or sets the timeout, in milliseconds, which defines how long should decoder load images from source before adding loaded images to the image collection.
    Public PropertyGets a value indicating whether the image collection has been disposed.
    Public PropertyGets a value indicating whether the image collection is initializing.
    Public PropertyGets a value indicating whether the System.Collections.Generic.ICollection is read-only.
    Public PropertyGets the element at the specified index.
    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.
    Public Events
     NameDescription
    Public EventOccurs when document, which is adding to the collection, requires authentication.
    Public EventOccurs when this image collection is changed because of images of this image collection being added or removed.
    Public EventOccurs when this image collection is changing because of images of this image collection being added or removed.
    Public EventOccurs when the image collection is saved successfully.
    Public EventOccurs when the image collection is saving.
    Public EventOccurs when the image collection saving process is finished (image collection may be saved or not be saved).
    Public EventOccurs when the image collection saving is in-progress.
    Public EventOccurs when image from this image collection is saved.
    Public EventOccurs when image from this image collection is saving.
    Public EventOccurs when the error occurs during an asynchronous saving of image.
    Public EventOccurs when the saving progress of the image from this image collection is changed.
    Public EventOccurs when document, which is adding to the collection, requests layout settings.
    See Also