RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Ribbon Namespace / ImageDialog Class / Stream Property

In This Topic
    Stream Property (ImageDialog)
    In This Topic
    Gets or sets an array of bytes with image data.
    Syntax
    'Declaration
     
    
    Public Property Stream As Byte()
    public byte[] Stream {get; set;}
    See Also