ImageGear .NET v24.14 - Updated September 15, 2020
Stream Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : Stream Property
Gets or sets a value indicating the Stream for action storing. If Stream == NULL the action will be stored in the memory.
Syntax
'Declaration
 
Public Property Stream As Stream
 
'Usage
 
Dim instance As ImGearARTHistory
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream

Property Value

Stream value.
See Also

Reference

ImGearARTHistory Class
ImGearARTHistory Members