Class JFIFData
- Namespace
- Aspose.Imaging.FileFormats.Jpeg
- Assembly
- Aspose.Imaging.dll
The jfif segment.
public sealed class JFIFData
- Inheritance
-
JFIFData
- Inherited Members
Constructors
JFIFData()
Initializes a new instance of the JFIFData class.
public JFIFData()
Properties
DensityUnits
Gets or sets the density units.
public JfifDensityUnits DensityUnits { get; set; }
Property Value
Thumbnail
Gets or sets the thumbnail.
public RasterImage Thumbnail { get; set; }
Property Value
Version
Gets or sets the version.
public short Version { get; set; }
Property Value
XDensity
Gets or sets the x density.
public short XDensity { get; set; }
Property Value
YDensity
Gets or sets the y density.
public short YDensity { get; set; }