ThumbnailCollection Class |
Namespace: Atalasoft.Imaging.WinControls
The ThumbnailCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) |
![]() | Count | Gets the number of items in this collection. |
![]() | IsFixedSize | Gets a value indicating whether this collection is fixed in size. |
![]() | IsSynchronized | Gets a value indicating whether access to the ThumbnailCollection is synchronized
(thread-safe). |
![]() | Item | |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ThumbnailCollection. |
Name | Description | |
---|---|---|
![]() | Add(RandomAccessImageSource) | Adds images from a RandomAccessImageSource into the collection. |
![]() | Add(Thumbnail) | Adds a Thumbnail to the collection. |
![]() | Add(Stream, ThumbnailCaptionRequestEventHandler) | Adds all pages from a stream and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. |
![]() | Add(String, ThumbnailCaptionRequestEventHandler) | Adds all pages of an image from a file and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. |
![]() | Add(AtalaImage, String) | Add a Thumbnail to the collection by specifying the AtalaImage and caption. |
![]() | Add(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Adds images from a RandomAccessImageSource into the collection. |
![]() ![]() | Add(String, Int32, String) | Adds a Thumbnail to the collection by specifying the filename, frame index and caption.
|
![]() | Add(AtalaImage, String, String) | Add a Thumbnail to the collection by specifying the AtalaImage, caption and tooltip.
|
![]() | Add(Stream, Int32, String, String) | Adds an image from a stream. |
![]() | Add(String, Int32, String, String) | Adds a Thumbnail to the collection by specifying the filename, frame index, caption and
tooltip. |
![]() ![]() | AddRange | Adds an array of Thumbnail objects to the collection. |
![]() | Cancel | Cancels any pending thumbnails from being processed and/or loaded. |
![]() | Clear | Remove all images from the ThumbnailView control. |
![]() | Contains | This method indicates whether or not a Thumbnail is contained within the collection.
|
![]() | CopyTo(Thumbnail[]) | Copies Thumbnail objects from this collection into an array. |
![]() | CopyTo(Thumbnail[], Int32) | Copies Thumbnail objects from this collection into an array. |
![]() | CopyTo(Int32,Thumbnail[], Int32, Int32) | Copies Thumbnail objects from this collection into an array. |
![]() | Dispose | Clears the collection, disposing the Thumbnail objects in the process. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | This method will search for a specific Thumbnail and if found in the collection will return
its index value. |
![]() | Insert(Int32, Thumbnail) | Inserts a Thumbnail into the collection at the specified index. |
![]() | Insert(Int32,Thumbnail[]) | Inserts an array of Thumbnails into the collection. |
![]() | Insert(Int32, AtalaImage, String) | Obsolete. Inserts a Thumbnail into the collection by specifying the insert index, AtalaImage and
caption. |
![]() | Insert(Int32, RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Inserts images from a RandomAccessImageSource into the collection. |
![]() | Insert(Int32, Stream, ThumbnailCaptionRequestEventHandler) | Inserts all pages from a stream into the collection. |
![]() | Insert(Int32, String, ThumbnailCaptionRequestEventHandler) | Inserts all pages from an image into the control. |
![]() | Insert(Int32, AtalaImage, String, String) | Inserts a thumbnail into the collection from an AtalaImage. |
![]() | Insert(Int32, String, Int32, String) | Obsolete. Inserts a Thumbnail into the collection by specifying the insert index, filename, frame
index and caption. |
![]() | Insert(Int32, Stream, Int32, String, String) | Inserts a thumbnail into the collection from a stream. |
![]() | Insert(Int32, String, Int32, String, String) | Inserts a Thumbnail into the collection by specifying the insert index, filename, frame
index, caption and tooltip. |
![]() ![]() | Move | Moves a Thumbnail to a new index. |
![]() | Reload | Reloads the thumbnails in the collection. |
![]() | Remove(Thumbnail) | Removes a Thumbnail from the collection. |
![]() | Remove(Thumbnail[]) | Removes an array of Thumbnail objects from the collection. |
![]() | RemoveAt | Removes the Thumbnail at the specified index from the collection. |
![]() | Replace(Int32, Thumbnail, Boolean) | Replaces one Thumbnail in the collection with another. |
![]() | Replace(Thumbnail, Thumbnail, Boolean) | Replaces a Thumbnail in the collection with another. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update | Forces a thumbnail to create a new thumbnail image. |
Name | Description | |
---|---|---|
![]() | BeforeCreateThumbnail | Raised before each thumbnail is created to allow the image used for the thumbnail to be modified or
replaced. |