ComponentOne RichTextBox for WPF and Silverlight
SetStream Method (ImageAttach)

C1.WPF.RichTextBox Namespace > ImageAttach Class : SetStream Method
The object to which the property value is written.
The Stream value of the specified object.
Set the value of the Stream attached property for a given object.
Syntax
'Declaration
 
Public Shared Sub SetStream( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value() As System.Byte _
) 
public static void SetStream( 
   System.Windows.DependencyObject obj,
   System.byte[] value
)

Parameters

obj
The object to which the property value is written.
value
The Stream value of the specified object.
See Also

Reference

ImageAttach Class
ImageAttach Members