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