Click or drag to resize

ThumbnailImageViewerSynchronizerInsert Method (Int32, Stream, Int32, String, String)

Inserts or add a thumbnail to the ThumbnailView from a stream.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Thumbnail Insert(
	int index,
	Stream stream,
	int frameIndex,
	string caption,
	string toolTip
)

Parameters

index
Type: SystemInt32
The index where the thumbnail should be inserted or -1 to add the thumbnail to the end of the collection.
stream
Type: System.IOStream
A stream containing the image. This stream must be seekable.
frameIndex
Type: SystemInt32
The frame index of the image or -1 to load all frames from a multipage image.
caption
Type: SystemString
The thumbnail caption.
toolTip
Type: SystemString
The thumbnail tooltip.

Return Value

Type: Thumbnail
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the stream is null (Nothing in VB).
ArgumentException Thrown if the stream is not seekable or does not have read access.
ArgumentOutOfRangeException Thrown if the index is out of rand for this collection.
See Also