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 the density units.
|
RasterImage |
getThumbnail()
Gets the thumbnail.
|
short |
getVersion()
Gets the version.
|
short |
getXDensity()
Gets the x density.
|
short |
getYDensity()
Gets the y density.
|
void |
setDensityUnits(byte value)
Sets the density units.
|
void |
setThumbnail(RasterImage value)
Sets the thumbnail.
|
void |
setVersion(short value)
Sets the version.
|
void |
setXDensity(short value)
Sets the x density.
|
void |
setYDensity(short value)
Sets the y density.
|
public JFIFData()
Initializes a new instance of the JFIFData class.
public byte getDensityUnits()
Gets the density units.
public void setDensityUnits(byte value)
Sets the density units.
value - the density units.public RasterImage getThumbnail()
Gets the thumbnail.
public void setThumbnail(RasterImage value)
Sets the thumbnail.
value - the thumbnail.public short getVersion()
Gets the version.
public void setVersion(short value)
Sets the version.
value - the version.public short getXDensity()
Gets the x density.
public void setXDensity(short value)
Sets the x density.
value - the x density.public short getYDensity()
Gets the y density.
public void setYDensity(short value)
Sets the y density.
value - the y density.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.