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

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

Property Value

The MainResolutionUnit is the unit of measurement for MainXResolution and MainYResolution in the primary image.

The MainResolutionUnit is MainXResolution0 / MainXResolution1 and MainYResolution0 / MainYResolution1

Value Explanation
2 Inches
3 Centimeters

Explanation

The MainResolutionUnit property refers to the units of measurement for focal plane resolution in the primary image.

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