Click or drag to resize

ThumbnailLoadEventArgsStream Property

Gets or sets the stream used to create the thumbnail. This value is null (Nothing in VB) if the image is not loaded from a stream.

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 Stream Stream { get; set; }

Property Value

Type: Stream
The stream used to created the thumbnail.
See Also