Name | Description | |
---|---|---|
![]() | ImageCollection Constructor | Initializes a new instance of the ImageCollection class. |
The following tables list the members exposed by ImageCollection.
Name | Description | |
---|---|---|
![]() | ImageCollection Constructor | Initializes a new instance of the ImageCollection class. |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) |
![]() | Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) |
![]() | IsDisposed | Gets a value indicating whether the image collection has been disposed of. |
![]() | Item | Gets the element at the specified index. |
![]() | SaveAndSwitchSource | This property is obsolete, use Vintasoft.Imaging.Codecs.Encoders.EncoderBase.SaveAndSwitchSource instead. |
Name | Description | |
---|---|---|
![]() | InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element to the end of the ImageCollection. |
![]() | AddRange | Adds the elements of the specified array to the end of the ImageCollection. |
![]() | Clear | Removes all images from the collection. |
![]() | ClearAndDisposeItems | Removes and disposes all images from the collection. |
![]() | ClearCache | Clears cache of image collection. |
![]() | CreateReferencedCollectionAndSwitchSources | Returns an image collection that contains images from this image collection, each image that references to the sourceStream will be switched to the destStream. |
![]() | Dispose | Releases all resources used by this ImageCollection object. |
![]() | GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Gets the index of the specified VintasoftImage object. |
![]() | Insert | Overloaded. Inserts an element into the ImageCollection at the specified index. |
![]() | InsertRange | Inserts the elements of collection into the ImageCollection at the specified index. |
![]() | MoveRange | Removes images at specified indexes and inserts them at specified index. |
![]() | Remove | Removes specified VintasoftImage from this collection. |
![]() | RemoveAt | Removes the VintasoftImage at the specified index from this collection. |
![]() | RemoveRange | Removes elements at the specified indices of the ImageCollection instance. |
![]() | SaveAsync | Overloaded. Saves asynchronously all images from this collection to specified multipage image (JBIG2/PDF/TIFF) file. |
![]() | SaveSync | Overloaded. Saves synchronously all images from this collection to specified multipage image (JBIG2/PDF/TIFF) file. |
![]() | SetDecodingSettings | Sets the decoding settings of all images of this image collection. |
![]() | SetDecodingSettingsProperties | Sets the properties of decoding settings for all images of this image collection. |
![]() | SetRenderingSettings | Sets the rendering settings for all images of this image collection. |
![]() | Swap | Swaps two elements in the collection. |
![]() | ToArray | Copies the elements of the ImageCollection to a new array. |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an ImageCollection to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | ImageCollectionChanged | Occurs when this image collection is changed because of images of this image collection being added or removed. |
![]() | ImageCollectionChanging | Occurs when this image collection is changing because of images of this image collection being added or removed. |
![]() | ImageCollectionSaved | Occurs when the image collection is saved successfully. |
![]() | ImageCollectionSaving | Occurs when the image collection is saving. |
![]() | ImageCollectionSavingFinished | Occurs when the image collection saving process is finished (image collection may be saved or not be saved). |
![]() | ImageCollectionSavingProgress | Occurs when the image collection saving is in-progress. |
![]() | ImageSaved | Occurs when image from this image collection is saved. |
![]() | ImageSaving | Occurs when image from this image collection is saving. |
![]() | ImageSavingException | Occurs when the error occurs during an asynchronous saving of image. |
![]() | ImageSavingProgress | Occurs when the saving progress of the image from this image collection is changed. |