Save

Save(string)

Saves Image to the specified file

public void Save(string fileName)

See Also


Save(Stream, PPImageFormat)

Saves the Image to the specified stream in the specified format.

public void Save(Stream stream, PPImageFormat imageFormat)

See Also


Save(string, PPImageFormat)

Saves the Image to the specified file in the specified format.

public void Save(string fileName, PPImageFormat imageFormat)

See Also