Show / Hide Table of Contents

Enum JFIFDensityUnit

Represents the units for the X and Y densities for a JFIF file.

Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public enum JFIFDensityUnit : byte

Fields

Name Description
DotsPerCm

XDensity and YDensity are dots per cm.

DotsPerInch

XDensity and YDensity are dots per inch.

None

No units, XDensity and YDensity specify the pixel aspect ratio.

Back to top Copyright © 2019 Özgür Özçıtak