Gets or sets an array of bytes with image data.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox.Toolbar (in C1.Silverlight.RichTextBox.Toolbar.dll)

Syntax

C#
public byte[] Stream { get; set; }
Visual Basic
Public Property Stream As Byte()
	Get
	Set

See Also