共用方式為


圖像

在本節中

主題 描述
System.Image.BitDepth
指出影像的每個圖元中有多少位。 (通常為 8、16、24 或 32)。
System.Image.ColorSpace
內嵌在影像中的色彩空間。 取自 Exchangeable Image File (EXIF) 資訊。
System.Image.CompressedBitsPerPixel
表示影像壓縮層級。
System.Image.CompressedBitsPerPixelDenominator
PKEY_Image_CompressedBitsPerPixel的分母。
System.Image.CompressedBitsPerPixelNumerator
PKEY_Image_CompressedBitsPerPixel的分子。
System.Image.Compression
用來壓縮影像的演算法。
System.Image.CompressionText
System.Image.Compression 的用戶易記形式。 不適合以程式設計方式剖析。
System.Image.Dimensions
以字串格式表示的影像維度,horizontal pixels x vertical pixels。 例如,3080x2100
System.Image.HorizontalResolution
指出影像寬度中每個解析度單位的像素數目。
System.Image.HorizontalSize
影像的水準大小,以像素為單位。
System.Image.ImageID
System.Image.ResolutionUnit
表示解析度單位。 用於具有非正方形外觀比例但不含有意義絕對維度的影像。 1 = 沒有絕對度量單位。 2 = 英吋。 3 = 公分。 預設值為2(英吋)。
System.Image.VerticalResolution
指出影像高度中每個解析度單位的像素數目。
System.Image.VerticalSize
影像的垂直大小,以像素為單位。