RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / ImageAttach Class / SetStream Method
The object to which the property value is written.
The Stream value of the specified object.

In This Topic
    SetStream Method (ImageAttach)
    In This Topic
    Set the value of the Stream attached property for a given object.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetStream( _
       ByVal obj As DependencyObject, _
       ByVal value() As Byte _
    ) 
    public static void SetStream( 
       DependencyObject obj,
       byte[] value
    )

    Parameters

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