Click or drag to resize

Thumbnail Constructor (Stream, Int32, String, String)

Creates a new instance of Thumbnail specifying the stream containing the image, a frame index to load, the caption and tooltip.

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(
	Stream stream,
	int frame,
	string caption,
	string toolTip
)

Parameters

stream
Type: System.IOStream
A stream containing the image to generate the thumbnail from.
frame
Type: SystemInt32
The frame index of the image to load. Pass in 0 for single page images.
caption
Type: SystemString
The caption for the thumbnail.
toolTip
Type: SystemString
The tooltip for the thumbnail.
See Also