Property HorizontalResolution
HorizontalResolution
Gets the horizontal resolution (DPI) stored in the image metadata.
public float HorizontalResolution { get; }
Property Value
Remarks
This is metadata only and does not affect pixel data. Use SetResolution(float, float) or SetResolution(float) to update it.