Save

Save(string)

Saves Image to the specified file

public void Save(string fileName)
ParameterTypeDescription
fileNameStringFile name String

See Also


Save(Stream, PPImageFormat)

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

public void Save(Stream stream, PPImageFormat imageFormat)
ParameterTypeDescription
streamStreamStream for saving image Stream
imageFormatPPImageFormatImage format PPImageFormat

See Also


Save(string, PPImageFormat)

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

public void Save(string fileName, PPImageFormat imageFormat)
ParameterTypeDescription
fileNameStringFile name String
imageFormatPPImageFormatImage format PPImageFormat

See Also