閱讀英文

共用方式為


ImageCodecFlags 列舉

定義

提供影像編碼器/解碼器 (轉碼器) 的屬性。

此列舉支援其成員值的位元組合。

C#
[System.Flags]
public enum ImageCodecFlags
繼承
ImageCodecFlags
屬性

欄位

名稱 Description
BlockingDecode 32

解碼器在解碼處理期間有封鎖行為。

Builtin 65536

轉碼器內建於 GDI+。

Decoder 2

轉碼器支援解碼 (讀取)。

Encoder 1

轉碼器支援編碼 (儲存)。

SeekableEncode 16

編碼器需要可搜尋的輸出資料流。

SupportBitmap 4

轉碼器支援光柵 (Raster) 影像 (點陣圖)。

SupportVector 8

轉碼器支援向量影像 (中繼檔)。

System 131072

未使用。

User 262144

未使用。

備註

類別ImageCodecFlags是由類別的 ImageCodecInfo 屬性使用Flags

適用於

產品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9