The FileXdpi property refers to the horizontal resolution of the image. (number of pixels per horizontal inch). To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.

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

Property Value

The horizontal resolution of the image (number of pixels per horizontal inch)

Explanation

The FileXdpi property refers to the horizontal resolution of the image. (number of pixels per horizontal inch). To retrieve the value of this property, first execute the GetImageFileType or GetImageFileTypeFromRawData method.

If there is no resolution information in the image file, 0 will be set into this property.

See Also

IkFile Class | IkFile Members

The ImageKit.NET3 is created by Newtone Corporation