This method loads image data from stream and sets it into the RawData property.
[Visual Basic] Public Function LoadRawDataFromStream(Val As MemoryStream)
[C#] public void LoadRawDataFromStream(MemoryStream Val) ;

Parameters

Image data of type MemoryStream

Return Value

None

Explanation

This method loads image data from stream and sets it into the RawData property.

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

 

The ImageKit WPF is created by Newtone Corporation