Table of Contents

Property VerticalResolution

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

VerticalResolution

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

public float VerticalResolution { 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.