ThumbnailCollection.Add Method (AtalaImage, String) |
Add a
Thumbnail to the collection by specifying the AtalaImage and caption.
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)
Syntaxpublic Thumbnail Add(
AtalaImage image,
string caption
)
Public Function Add (
image As AtalaImage,
caption As String
) As Thumbnail
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The AtalaImage object used to create the thumbnail. - caption
- Type: System.String
The caption for the thumbnail.
Return Value
Type:
Thumbnail
See Also