ImageGear for .NET
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
public Stream Stream {get; set;}
public: __property Stream* get_Stream();
public: __property void set_Stream( 
   Stream* value
);
public:
property Stream^ Stream {
   Stream^ get();
   void set (    Stream^ value);
}

Property Value

Stream value.
See Also

Reference

ImGearARTHistory Class
ImGearARTHistory Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback