Class JFIFData

Class JFIFData

Namespace: Aspose.Imaging.FileFormats.Jpeg
Assembly: Aspose.Imaging.dll (25.2.0)

The jfif segment.

[JsonObject(MemberSerialization.OptIn)]
public sealed class JFIFData

Inheritance

objectJFIFData

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

JFIFData()

Initializes a new instance of the Aspose.Imaging.FileFormats.Jpeg.JFIFData class.

[JsonConstructor]
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