This method loads an image from stream
[Visual Basic] Public Function
LoadRawDataFromStream(Val As MemoryStream)
[C#] public void
LoadRawDataFromStream(MemoryStream Val);
Parameters
Val
The data loaded from the MemoryStream
Return Value
None
Explanation
This method loads an image from stream. The data returned in the Val parameter is set into the RawData property.