Click or drag to resize

ThumbnailCollectionInsert Method

Inserts a thumbnail into the collection.
Overload List
  NameDescription
Public methodInsert(Int32, Thumbnail)
Inserts a Thumbnail into the collection at the specified index.
Public methodInsert(Int32, Thumbnail)
Inserts an array of Thumbnails into the collection.
Public methodInsert(Int32, AtalaImage, String) Obsolete.
Inserts a Thumbnail into the collection by specifying the insert index, AtalaImage and caption.
Public methodInsert(Int32, RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)
Inserts images from a RandomAccessImageSource into the collection.
Public methodInsert(Int32, Stream, ThumbnailCaptionRequestEventHandler)
Inserts all pages from a stream into the collection.
Public methodInsert(Int32, String, ThumbnailCaptionRequestEventHandler)
Inserts all pages from an image into the control.
Public methodInsert(Int32, AtalaImage, String, String)
Inserts a thumbnail into the collection from an AtalaImage.
Public methodInsert(Int32, String, Int32, String) Obsolete.
Inserts a Thumbnail into the collection by specifying the insert index, filename, frame index and caption.
Public methodInsert(Int32, Stream, Int32, String, String)
Inserts a thumbnail into the collection from a stream.
Public methodInsert(Int32, String, Int32, String, String)
Inserts a Thumbnail into the collection by specifying the insert index, filename, frame index, caption and tooltip.
Top
See Also