Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
BitmapImage Class
 StreamSource Property
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
BitmapImage..::.StreamSource Property

Gets or sets the stream source of the BitmapImage. This is a dependency property.

Namespace:  System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)
Visual Basic (Declaration)
Public Property StreamSource As Stream
Visual Basic (Usage)
Dim instance As BitmapImage
Dim value As Stream

value = instance.StreamSource

instance.StreamSource = value
C#
public Stream StreamSource { get; set; }
Visual C++
public:
property Stream^ StreamSource {
    Stream^ get ();
    void set (Stream^ value);
}
JScript
public function get StreamSource () : Stream
public function set StreamSource (value : Stream)
XAML
For XAML information, see the Stream type.

Property Value

Type: System.IO..::.Stream
The stream source of the BitmapImage. The default is nullNothingnullptra null reference (Nothing in Visual Basic).

Identifier field

StreamSourceProperty

Metadata properties set to true

None

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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker