Back to product page
FromStream method (MemBlob)
Imports contents into the blob from the IStream.
Type
NoneSyntax
- Basic
object.FromStream Stream
The FromStream(object,Data) syntax has these parts:
The FromStream(object,Data) syntax has these parts:
object | An expression evaluating to an object of type MemBlob. |
Data | Required. An IStream interface. Containst IStream object that holds the data. |