@Deprecated public final class ExifProperty extends Object implements IMetadataProperty, com.aspose.ms.System.IEquatable<ExifProperty>
Represents EXIF property.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ExifProperty other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
Deprecated.
Determines whether the specified
System.Object , is equal to this instance. |
String |
getFormattedValue()
Deprecated.
Gets the formatted value.
|
String |
getName()
Deprecated.
Gets EXIF property name.
|
int |
getPropertyType()
Deprecated.
Gets property type.
|
int |
hashCode()
Deprecated.
Returns a hash code for this instance.
|
void |
setName(String value)
Deprecated.
Sets EXIF property name.
|
byte[] |
toByteArray()
Deprecated.
Returns array of
byte if property has ExifPropertyType.ByteArray type. |
Rational |
toRational()
Deprecated.
Returns
Rational value if property has ExifPropertyType.Rational type. |
Rational[] |
toRationalArray()
Deprecated.
Returns array of
Rational if property has ExifPropertyType.RationalArray type. |
String |
toString()
Deprecated.
Returns a
System.String that represents this instance. |
Integer |
toUShort()
Deprecated.
Returns
ushort value if property has ExifPropertyType.UShort type. |
public final String getName()
Gets EXIF property name.
getName
in interface IMetadataProperty
public final void setName(String value)
Sets EXIF property name.
setName
in interface IMetadataProperty
value
- Property name.public final int getPropertyType()
Gets property type.
public final String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
public final boolean equals(ExifProperty other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.other
parameter; otherwise, false.public boolean equals(Object obj)
Determines whether the specified System.Object
, is equal to this instance.
equals
in interface com.aspose.ms.System.IEquatable<ExifProperty>
equals
in class Object
obj
- The System.Object
to compare with this instance.true
if the specified System.Object
is equal to this instance; otherwise, false
.public int hashCode()
Returns a hash code for this instance.
public String toString()
Returns a System.String
that represents this instance.
public final Rational toRational()
Returns Rational
value if property has ExifPropertyType.Rational
type.
Rational
.public final Rational[] toRationalArray()
Returns array of Rational
if property has ExifPropertyType.RationalArray
type.
Rational
.public final Integer toUShort()
Returns ushort
value if property has ExifPropertyType.UShort
type.
public final byte[] toByteArray()
Returns array of byte
if property has ExifPropertyType.ByteArray
type.
byte
.Copyright © 2018. All rights reserved.