This property refers to the units of measurement for focal plane resolution in the primary and thumbnail images. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

[Visual Basic] Public ReadOnly Property FocalPlaneResolutionUnit As Integer
[C#] public int FocalPlaneResolutionUnit {get;}

Property Value

The FocalPlaneResolutionUnit is the unit of measurement for FocalPlaneXResolution and FocalPlaneYResolution.

The FocalPlaneResolutionUnit is FocalPlaneXResolution0 / FocalPlaneXResolution1 and FocalPlaneYResolution0 / FocalPlaneYResolution1.

Value Explanation
2 Inches
3 Centimeters

Explanation

The FocalPlaneResolutionUnit property refers to the units of measurement for focal plane resolution in the primary and thumbnail images.

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

The property value is derived from the image tags related to the picture taking conditions.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation