Save

Save(string)

将图像保存到指定文件

public void Save(string fileName)
范围类型描述
fileNameString文件名String

也可以看看


Save(Stream, PPImageFormat)

以指定格式将图像保存到指定流中。

public void Save(Stream stream, PPImageFormat imageFormat)
范围类型描述
streamStream用于保存图像的流Stream
imageFormatPPImageFormat图像格式PPImageFormat

也可以看看


Save(string, PPImageFormat)

以指定格式将图像保存到指定文件。

public void Save(string fileName, PPImageFormat imageFormat)
范围类型描述
fileNameString文件名String
imageFormatPPImageFormat图像格式PPImageFormat

也可以看看