Click or drag to resize

DocumentViewer.Insert Method (Int32, AtalaImage, String, String)

Inserts an AtalaImage into the thumbnail control.

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 void Insert(
	int index,
	AtalaImage image,
	string caption,
	string toolTip
)

Parameters

index
Type: System.Int32
The index where the thumbnail should be inserted.
image
Type: Atalasoft.Imaging.AtalaImage
The AtalaImage to add.
caption
Type: System.String
The caption for the thumbnail.
toolTip
Type: System.String
The tooltip for the thumbnail.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the image argument is null (Nothing in VB).
ArgumentOutOfRangeException Thrown if the index is out of range for this collection.
Remarks
The AtalaImage can be disposed after this method call.
See Also