Class JFIFData
Class JFIFData
Namespace: Aspose.Imaging.FileFormats.Jpeg
Assembly: Aspose.Imaging.dll (25.4.0)
The jfif segment.
[JsonObject(MemberSerialization.OptIn)]
public sealed class JFIFData
Inheritance
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
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; }