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. |