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

In This Topic
    Stream Property (C1ImageDialog)
    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