This property refers to the height of the image. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

Property Value

PixcelXDimension is the valid width of the image

PixelYDimension is the valid height of the image

Explanation

The PixcelYDimension property refers to the height of the image. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

This property value is derived from the image tags relating to the image configuration.

See Also

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

The ImageKit WPF is created by Newtone Corporation