Click or drag to resize

ThumbnailCaptionRequestEventArgs Constructor (Stream, Int32)

Creates a new instance of ThumbnailCaptionRequestEventArgs specifying the stream and frame index.

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 ThumbnailCaptionRequestEventArgs(
	Stream stream,
	int index
)

Parameters

stream
Type: System.IOStream
A stream containing the image.
index
Type: SystemInt32
The frame index of the image.
See Also