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

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : ReadMetafileFromMemory メソッド
The byte array containing the System.Drawing.Imaging.Metafile data.
Reads a System.Drawing.Imaging.Metafile from a byte array.
シンタックス
'宣言
 
Public Shared Function ReadMetafileFromMemory( _
   ByVal imageData() As System.Byte _
) As System.Drawing.Imaging.Metafile
public static System.Drawing.Imaging.Metafile ReadMetafileFromMemory( 
   System.byte[] imageData
)

パラメータ

imageData
The byte array containing the System.Drawing.Imaging.Metafile data.

戻り値の型

The newly created System.Drawing.Imaging.Metafile or null if metafile can not be created from specified data.
参照

Utils クラス
Utils メンバ