Click or drag to resize

DocumentViewerAdd Method (AtalaImage, String, String)

Adds an AtalaImage to 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 Add(
	AtalaImage image,
	string caption,
	string toolTip
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to add.
caption
Type: SystemString
The caption of the thumbnail.
toolTip
Type: SystemString
The tooltip for the thumbnail.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the image is null (Nothing in VB).
See Also