[]
        
(Showing Draft Content)

C1.Win.Document.Utils.WriteImageToFile

WriteImageToFile Method

WriteImageToFile(Image, ImageFormat, string)

Writes specified image to file.

Declaration
public static ImageFormat WriteImageToFile(Image image, ImageFormat imageFormat, string fileName)
Parameters
Type Name Description
Image image
ImageFormat imageFormat
string fileName
Returns
Type Description
ImageFormat

Returns null if error occurs during writing or ImageFormat which was actually used to save an image.