public final class JFIFData extends Object
The jfif segment.
Constructor and Description |
---|
JFIFData()
Initializes a new instance of the
JFIFData class. |
Modifier and Type | Method and Description |
---|---|
byte |
getDensityUnits()
Gets or sets the density units.
|
RasterImage |
getThumbnail()
Gets or sets the thumbnail.
|
short |
getVersion()
Gets or sets the version.
|
short |
getXDensity()
Gets or sets the x density.
|
short |
getYDensity()
Gets or sets the y density.
|
void |
setDensityUnits(byte value)
Gets or sets the density units.
|
void |
setThumbnail(RasterImage value)
Gets or sets the thumbnail.
|
void |
setVersion(short value)
Gets or sets the version.
|
void |
setXDensity(short value)
Gets or sets the x density.
|
void |
setYDensity(short value)
Gets or sets the y density.
|
public JFIFData()
Initializes a new instance of the JFIFData
class.
public final byte getDensityUnits()
Gets or sets the density units.
public final void setDensityUnits(byte value)
Gets or sets the density units.
public final RasterImage getThumbnail()
Gets or sets the thumbnail.
public final void setThumbnail(RasterImage value)
Gets or sets the thumbnail.
public final short getVersion()
Gets or sets the version.
public final void setVersion(short value)
Gets or sets the version.
public final short getXDensity()
Gets or sets the x density.
public final void setXDensity(short value)
Gets or sets the x density.
public final short getYDensity()
Gets or sets the y density.
public final void setYDensity(short value)
Gets or sets the y density.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.