Writes the raw data from the data buffer to a file. Rethrows the WinIOException if could not write.
[Visual Basic] Overridable Public Sub SaveToFile( _ ByVal path As String _ ) [C#] public virtual void SaveToFile( string path ); [C++] public: virtual void SaveToFile( String* path ); [JScript] public function SaveToFile( path : String );
ByteViewer Class | ByteViewer Members | System.ComponentModel.Design Namespace