Thumbnail.Stream Property |
Gets or sets the stream containing the full size image.
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 containing the full size image.
See Also