DioDocs for PDF
FromBytes メソッド (Image)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > Image クラス : FromBytes メソッド
The image data.
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.
Creates an Image from a byte array. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported.
シンタックス
'宣言
 
Public Shared Function FromBytes( _
   ByVal bytes() As System.Byte, _
   Optional ByVal frameIndex As System.Integer _
) As Image
public static Image FromBytes( 
   System.byte[] bytes,
   System.int frameIndex
)

パラメータ

bytes
The image data.
frameIndex
Index of an image frame to read, pass 0 for image formats not supporting multiple frames.

戻り値の型

The newly created Image object.
参照

Image クラス
Image メンバ