RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / ImageAttach Class / GetStream Method
The object from which the property value is read.

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

    Parameters

    obj
    The object from which the property value is read.

    Return Value

    The Stream value of the requested object.
    See Also