ThumbnailCollectionInsert Method |
Name | Description | |
---|---|---|
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. |