@Deprecated public final class ExifMetadataKey extends MetadataKey
Represents EXIF metadata key.
MetadataKey
MetadataKey.Doc, MetadataKey.DocumentInfo, MetadataKey.EXIF, MetadataKey.Id3v1, MetadataKey.Id3v2, MetadataKey.IPTC, MetadataKey.PDF, MetadataKey.Ppt, MetadataKey.Xls, MetadataKey.XMP
Constructor and Description |
---|
ExifMetadataKey(int exifTagId)
Deprecated.
Initializes a new instance of the
ExifMetadataKey class. |
Modifier and Type | Method and Description |
---|---|
int |
getTagId()
Deprecated.
Gets the EXIF tag identifier.
|
String |
toString()
Deprecated.
Returns a
System.String that represents this instance. |
getCategory, getKey
public ExifMetadataKey(int exifTagId)
Initializes a new instance of the ExifMetadataKey
class.
exifTagId
- The EXIF tag identifier.public final int getTagId()
Gets the EXIF tag identifier.
public String toString()
Returns a System.String
that represents this instance.
toString
in class MetadataKey
System.String
that represents this instance.Copyright © 2020. All rights reserved.