LoadStream Statement:
Read image from variable
Object.LoadStream
(dataVariant)
|
Parameters:
dataVariant- has Variant object type.
|
Sample:
data = object.SaveToStream
3
object.SetImageIndex
3
object.LoadStream
(data)
This methods loads image from a binary stream. LoadStream method initializes
GDI+ library if it has not been initialized earlier. This method can load data
from WriteBinary method of VBScript or from other data sources.
See also
LoadStream,SaveToStream
,SetFormat
More samples:
|