Table of Contents

Property HorizontalResolution

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

HorizontalResolution

Gets the horizontal resolution (DPI) stored in the image metadata.

public float HorizontalResolution { get; }

Property Value

float

Remarks

This is metadata only and does not affect pixel data. Use SetResolution(float, float) or SetResolution(float) to update it.