This property refers to the number of pixels per resolution unit in the primary images.

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

Property Value

The MainXResolution is the number of pixels per MainResolutionUnit in the primary image in the horizontal direction.

The MainXResolution0 is the numerator for the MainResolutionUnit.

The MainXResolution1 is the denominator for the MainResolutionUnit.

The MainResolutionUnit = MainXResolution0 / MainXResolution1

Explanation

The MainXResolution0 property refers to the number of pixels per resolution unit in the primary images. The property value is derived from the image tags relating to image data structure. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData methods.

See Also

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

The ImageKit WPF is created by Newtone Corporation