This methods saves raw data to a file.

[Visual Basic] Public Function SaveRawDataToFile() As Boolean
[C#] public bool SaveRawDataToFile();

Parameters

None

Return Value

Returns True if successful. Returns False if successful.

Explanation

The SaveRawDataToFile method saves raw data to a file. The raw data set in the RawData property is saved to a file set in the FileName property.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation