BitmapImage::StreamSource Property
.NET Framework (current version)
Gets or sets the stream source of the BitmapImage.
Assembly: PresentationCore (in PresentationCore.dll)
If StreamSource and UriSource are both set, the StreamSource value is ignored.
Set the CacheOption property to BitmapCacheOption::OnLoad if you wish to close the stream after the BitmapImage is created. The default OnDemand cache option retains access to the stream until the bitmap is needed, and cleanup is handled by the garbage collector.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Available since 3.0
Show: