ImagePartType 列挙型

定義

ImagePartType - ImagePart の種類を定義します。

public enum ImagePartType
type ImagePartType = 
Public Enum ImagePartType
継承
ImagePartType

フィールド

Bmp 0

Windowsビットマップ グラフィックス (.bmp)。

Emf 7

拡張 (拡張) Windowsメタファイル形式 (.emf)

Gif 1

グラフィック交換形式 (.gif)。

Icon 4

Windowsアイコン (.ico)。

Jpeg 6

JPEG/JIFF 画像 (.jpeg)。

Pcx 5

PC Paintbrush ビットマップ グラフィック (.pcx)。

Png 2

ポータブル (パブリック) ネットワーク グラフィック (.png)。

Tiff 3

タグ付き画像形式ファイル (.tiff)。

Wmf 8

Windowsメタファイル (.wmf)。

適用対象