[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.ImageAttach.SetStream

SetStream Method

SetStream(DependencyObject, byte[])

Set the value of the Stream attached property for a given object.

Declaration
public static void SetStream(DependencyObject obj, byte[] value)
Parameters
Type Name Description
DependencyObject obj

The object to which the property value is written.

byte[] value

The Stream value of the specified object.