Document Library for WinForms
WriteImageToFile メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : WriteImageToFile メソッド
Writes specified image to file.
シンタックス
'宣言
 
Public Shared Function WriteImageToFile( _
   ByVal image As System.Drawing.Image, _
   ByVal imageFormat As System.Drawing.Imaging.ImageFormat, _
   ByVal fileName As System.String _
) As System.Drawing.Imaging.ImageFormat
public static System.Drawing.Imaging.ImageFormat WriteImageToFile( 
   System.Drawing.Image image,
   System.Drawing.Imaging.ImageFormat imageFormat,
   System.string fileName
)

パラメータ

image
imageFormat
fileName

戻り値の型

Returns null if error occurs during writing or System.Drawing.Imaging.ImageFormat which was actually used to save an image.
参照

Utils クラス
Utils メンバ