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

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

パラメータ

image
imageFormat
stream

戻り値の型

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

Utils クラス
Utils メンバ