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 Members | Newtone.ImageKit.Web.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation