Save

IXamlOutputSaver.Save method

Saves a bytes array to a destination location.

public void Save(string path, byte[] data)
ParameterTypeDescription
pathStringThe destination path.
dataByte[]A binary data for saving to a destination location.

See Also