GetImageFileTypeメソッド、 GetImageFileTypeFromRawData メソッドを実行することにより設定される、Exif関係の値を取得します。

※ApertureValue0にて説明(ApertureValue1も同様の使い方)
[Visual Basic]
Public ReadOnly Property ApertureValue0 As Integer
[C#]
public int ApertureValue0 {get;}

プロパティ値

ApertureValue0は、レンズの絞り値の分子
ApertureValue1は、レンズの絞り値の分母
レンズの絞り値(単位はAPEX値) = ApertureValue0 / ApertureValue1

※APEXはAdditive System of Photographic Exposureの略

解説

Exifの撮影条件に関するタグです。

参照

ImageKit.File.Exif メンバ | Newtone.ImageKit.WPF.ImageKit