ThumbnailLoadEventArgs.Stream 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)
Syntaxpublic Stream Stream { get; set; }
Public Property Stream As Stream
Get
Set
Property Value
Type:
Stream The stream used to created the thumbnail.
See Also