Modifier and Type | Method and Description |
---|---|
TiffRational |
ExifData.get_ApertureValue()
Gets or sets the aperture value.
|
TiffRational |
ExifData.get_CompressedBitsPerPixel()
Gets or sets the compressed bits per pixel.
|
TiffRational |
ExifData.get_DigitalZoomRatio()
Gets or sets the digital zoom ratio.
|
TiffRational |
ExifData.get_ExposureIndex()
Gets or sets the exposure index.
|
TiffRational |
ExifData.get_ExposureTime()
Gets or sets the exposure time.
|
TiffRational |
ExifData.get_FlashEnergy()
Gets or sets the flash energy.
|
TiffRational |
ExifData.get_FNumber()
Gets or sets the F-number.
|
TiffRational |
ExifData.get_FocalLength()
Gets or sets the focal length.
|
TiffRational |
ExifData.get_FocalPlaneXResolution()
Gets or sets the focal plane x resolution.
|
TiffRational |
ExifData.get_FocalPlaneYResolution()
Gets or sets the focal plane y resolution.
|
TiffRational |
ExifData.get_Gamma()
Gets or sets the gamma.
|
TiffRational |
ExifData.get_GPSAltitude()
Gets or sets the GPS altitude.
|
TiffRational |
ExifData.get_GPSDestBearing()
Gets or sets the GPS bearing to the destination point.
|
TiffRational |
ExifData.get_GPSDestDistance()
Gets or sets the GPS distance to the destination point.
|
TiffRational[] |
ExifData.get_GPSDestLatitude()
Gets or sets the GPS latitude of the destination point.
|
TiffRational[] |
ExifData.get_GPSDestLongitude()
Gets or sets the GPS longitude of the destination point.
|
TiffRational |
ExifData.get_GPSDOP()
Gets or sets the GPS DOP (data degree of precision).
|
TiffRational |
ExifData.get_GPSImgDirection()
Gets or sets the GPS direction of the image when it was captured.
|
TiffRational[] |
ExifData.get_GPSLatitude()
Gets or sets the GPS latitude.
|
TiffRational[] |
ExifData.get_GPSLongitude()
Gets or sets the GPS longitude.
|
TiffRational |
ExifData.get_GPSSpeed()
Gets or sets the speed of GPS receiver movement.
|
TiffRational[] |
ExifData.get_GPSTimestamp()
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
TiffRational[] |
ExifData.get_LensSpecification()
Gets or sets the lens specification
|
TiffRational |
ExifData.get_MaxApertureValue()
Gets or sets the maximum aperture value.
|
TiffRational[] |
JpegExifData.get_PrimaryChromaticities()
Gets or sets the chromaticity of the three primary colors of the image.
|
TiffRational[] |
JpegExifData.get_ReferenceBlackWhite()
Gets or sets the reference black white.
|
TiffRational |
ExifData.get_SubjectDistance()
Gets or sets the subject distance.
|
TiffRational[] |
ExifData.get_WhitePoint()
Gets or sets the chromaticity of the white point of the image.
|
TiffRational |
JpegExifData.get_XResolution()
Gets or sets the x resolution.
|
TiffRational[] |
JpegExifData.get_YCbCrCoefficients()
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
|
TiffRational |
JpegExifData.get_YResolution()
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifData.set_ApertureValue(TiffRational value)
Gets or sets the aperture value.
|
void |
ExifData.set_CompressedBitsPerPixel(TiffRational value)
Gets or sets the compressed bits per pixel.
|
void |
ExifData.set_DigitalZoomRatio(TiffRational value)
Gets or sets the digital zoom ratio.
|
void |
ExifData.set_ExposureIndex(TiffRational value)
Gets or sets the exposure index.
|
void |
ExifData.set_ExposureTime(TiffRational value)
Gets or sets the exposure time.
|
void |
ExifData.set_FlashEnergy(TiffRational value)
Gets or sets the flash energy.
|
void |
ExifData.set_FNumber(TiffRational value)
Gets or sets the F-number.
|
void |
ExifData.set_FocalLength(TiffRational value)
Gets or sets the focal length.
|
void |
ExifData.set_FocalPlaneXResolution(TiffRational value)
Gets or sets the focal plane x resolution.
|
void |
ExifData.set_FocalPlaneYResolution(TiffRational value)
Gets or sets the focal plane y resolution.
|
void |
ExifData.set_Gamma(TiffRational value)
Gets or sets the gamma.
|
void |
ExifData.set_GPSAltitude(TiffRational value)
Gets or sets the GPS altitude.
|
void |
ExifData.set_GPSDestBearing(TiffRational value)
Gets or sets the GPS bearing to the destination point.
|
void |
ExifData.set_GPSDestDistance(TiffRational value)
Gets or sets the GPS distance to the destination point.
|
void |
ExifData.set_GPSDestLatitude(TiffRational[] value)
Gets or sets the GPS latitude of the destination point.
|
void |
ExifData.set_GPSDestLongitude(TiffRational[] value)
Gets or sets the GPS longitude of the destination point.
|
void |
ExifData.set_GPSDOP(TiffRational value)
Gets or sets the GPS DOP (data degree of precision).
|
void |
ExifData.set_GPSImgDirection(TiffRational value)
Gets or sets the GPS direction of the image when it was captured.
|
void |
ExifData.set_GPSLatitude(TiffRational[] value)
Gets or sets the GPS latitude.
|
void |
ExifData.set_GPSLongitude(TiffRational[] value)
Gets or sets the GPS longitude.
|
void |
ExifData.set_GPSSpeed(TiffRational value)
Gets or sets the speed of GPS receiver movement.
|
void |
ExifData.set_GPSTimestamp(TiffRational[] value)
Gets or sets the GPS time as UTC (Coordinated Universal Time).
|
void |
ExifData.set_LensSpecification(TiffRational[] value)
Gets or sets the lens specification
|
void |
ExifData.set_MaxApertureValue(TiffRational value)
Gets or sets the maximum aperture value.
|
void |
JpegExifData.set_PrimaryChromaticities(TiffRational[] value)
Gets or sets the chromaticity of the three primary colors of the image.
|
void |
JpegExifData.set_ReferenceBlackWhite(TiffRational[] value)
Gets or sets the reference black white.
|
void |
ExifData.set_SubjectDistance(TiffRational value)
Gets or sets the subject distance.
|
void |
ExifData.set_WhitePoint(TiffRational[] value)
Gets or sets the chromaticity of the white point of the image.
|
void |
JpegExifData.set_XResolution(TiffRational value)
Gets or sets the x resolution.
|
void |
JpegExifData.set_YCbCrCoefficients(TiffRational[] value)
Gets or sets the matrix coefficients for transformation from RGB to YCbCr image data.
|
void |
JpegExifData.set_YResolution(TiffRational value)
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
static TiffRational |
TiffRational.approximateFraction(double value)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(double value,
double epsilon)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(float value)
Approximates the provided value to a fraction.
|
static TiffRational |
TiffRational.approximateFraction(float value,
double epsilon)
Approximates the provided value to a fraction.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TiffRational.op_Equality(TiffRational rational1,
TiffRational rational2)
Returns the comparison result of the two rational numbers.
|
static boolean |
TiffRational.op_Inequality(TiffRational rational1,
TiffRational rational2)
Returns the negative comparison result of the two rational numbers.
|
Modifier and Type | Method and Description |
---|---|
TiffRational |
TiffStreamReader.readRational(long position)
Read a single rational number value from the stream.
|
TiffRational[] |
TiffStreamReader.readRationalArray(long position,
long count)
Reads an array of rational values from the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffStreamWriter.writeRational(TiffRational data)
Writes a single rational number value to the stream.
|
void |
TiffStreamWriter.writeRationalArray(TiffRational[] data)
Writes an array of unsigned rational values to the stream.
|
Modifier and Type | Method and Description |
---|---|
TiffRational[] |
TiffRationalType.getValues()
Gets or sets the values.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffRationalType.setValues(TiffRational[] value)
Gets or sets the values.
|
Modifier and Type | Method and Description |
---|---|
TiffRational |
TiffOptions.getXposition()
Gets or sets the x position.
|
TiffRational |
TiffOptions.getXresolution()
Gets or sets the x resolution.
|
TiffRational |
TiffOptions.getYposition()
Gets or sets the y position.
|
TiffRational |
TiffOptions.getYresolution()
Gets or sets the y resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.setXposition(TiffRational value)
Gets or sets the x position.
|
void |
TiffOptions.setXresolution(TiffRational value)
Gets or sets the x resolution.
|
void |
TiffOptions.setYposition(TiffRational value)
Gets or sets the y position.
|
void |
TiffOptions.setYresolution(TiffRational value)
Gets or sets the y resolution.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.