Table of Contents

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

JfifDensityUnits

Thumbnail

Gets or sets the thumbnail.

public RasterImage Thumbnail { get; set; }

Property Value

RasterImage

Version

Gets or sets the version.

public short Version { get; set; }

Property Value

short

XDensity

Gets or sets the x density.

public short XDensity { get; set; }

Property Value

short

YDensity

Gets or sets the y density.

public short YDensity { get; set; }

Property Value

short