ResetData Method
Resets the values of all data and stream properties.
Syntax
[VB.NET] Public Sub ResetData()
[C#] public void ResetData();
Remarks
This method resets the values of all data and stream properties. It is an easy way to reset the component's properties before another call to Encode or Decode. The input and output streams and the data and file properties will all be reset.