Name | Description | |
---|---|---|
![]() | ImageCollection | Initializes a new instance of the ImageCollection class. |
Name | Description | |
---|---|---|
![]() | ImageCollection | Initializes a new instance of the ImageCollection class. |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. |
![]() | Count | Gets the number of elements contained in the ImageCollection. |
![]() | IsDisposed | Gets a value indicating whether the image collection has been disposed. |
![]() | IsInitializing | Gets a value indicating whether the image collection is initializing. |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Generic.ICollection is read-only. |
![]() | Item | Gets the element at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds element(s) to the end of the |
![]() | AddRange | Adds elements of the specified array to the end of the ImageCollection. |
![]() | AsReadOnly | Returns a read-only System.Collections.ObjectModel.ReadOnlyCollection wrapper for the current collection. |
![]() | BeginInit | Signals the image collection that initialization is starting. |
![]() | Clear | Removes all images from the collection. |
![]() | ClearAndDisposeItems | Removes and disposes all images from the collection. |
![]() | ClearCache | Clears cache of image collection. |
![]() | Contains | Determines whether this instance contains the object. |
![]() | CopyTo | Copies the elements of the ImageCollection to an System.Array, starting at a particular System.Array index. |
![]() | 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. |
![]() | EndInit | Signals the image collection that initialization is complete. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetImageIndex | Returns the image page index in image collection that corresponds the image page index in decoder. |
![]() | IndexOf | Returns the index of the specified VintasoftImage object. |
![]() | Insert | Overloaded. Inserts an element into the |
![]() | InsertFromImageSource | Inserts the elements of collection 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 the first occurrence of a specific object from the ImageCollection. |
![]() | RemoveAt | Removes the VintasoftImage at the specified index from this collection. |
![]() | RemoveRange | Overloaded. Removes elements at the specified indices of the |
![]() | SaveAsync | Overloaded. Saves asynchronously all images from this collection to specified stream using the specified |
![]() | SaveSync | Overloaded. Saves synchronously all images from this collection to specified stream using the specified |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | AuthenticationRequest | Occurs when document, which is adding to the collection, requires authentication. |
![]() | 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. |
![]() | LayoutSettingsRequest | Occurs when document, which is adding to the collection, requests layout settings. |