Package | Description |
---|---|
com.groupdocs.metadata.legacy |
Modifier and Type | Class and Description |
---|---|
class |
TiffArrayTag<T>
Deprecated.
|
class |
TiffAsciiTag
Deprecated.
|
class |
TiffByteTag
Deprecated.
|
class |
TiffDoubleTag
Deprecated.
|
class |
TiffFloatTag
Deprecated.
|
class |
TiffLongTag
Deprecated.
|
class |
TiffRationalTag
Deprecated.
|
class |
TiffSByteTag
Deprecated.
|
class |
TiffShortTag
Deprecated.
|
class |
TiffSLongTag
Deprecated.
|
class |
TiffSRationalTag
Deprecated.
|
class |
TiffSShortTag
Deprecated.
|
class |
TiffUndefinedTag
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TiffTag[] |
ComparisonFacade.compareExifTags(InputStream stream1,
InputStream stream2,
int searchType)
Deprecated.
Compares the EXIF images like JPEG, TIFF.
|
static TiffTag[] |
ComparisonFacade.compareExifTags(String path1,
String path2,
int searchType)
Deprecated.
Compares the EXIF images like JPEG, TIFF.
|
TiffTag[] |
ExifDictionaryBase.getTags()
Deprecated.
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
|
TiffTag[] |
TiffFormat.getTags(TiffIfd ifd)
Deprecated.
Gets TIFF tags for a specific IFD.
|
TiffTag |
ExifDictionaryBase.readByTagId(int tagId)
Deprecated.
|
static TiffTag[] |
SearchFacade.scanExifTags(InputStream stream,
Pattern pattern)
Deprecated.
Scans the EXIF metadata.
|
static TiffTag[] |
SearchFacade.scanExifTags(InputStream stream,
String propertyOrPhrase)
Deprecated.
Scans the EXIF metadata.
|
static TiffTag[] |
SearchFacade.scanExifTags(InputStream stream,
String propertyOrPhrase,
int searchCondition)
Deprecated.
Scans the EXIF metadata.
|
static TiffTag[] |
SearchFacade.scanExifTags(String path,
Pattern pattern)
Deprecated.
Scans the EXIF metadata.
|
static TiffTag[] |
SearchFacade.scanExifTags(String path,
String propertyOrPhrase)
Deprecated.
Scans the EXIF metadata.
|
static TiffTag[] |
SearchFacade.scanExifTags(String path,
String propertyOrPhrase,
int searchCondition)
Deprecated.
Scans the EXIF metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifDictionaryBase.setTags(TiffTag[] value)
Deprecated.
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
|
Constructor and Description |
---|
MakerNotesBase(TiffTag[] tags)
Deprecated.
Initializes a new instance of the
MakerNotesBase class. |
NikonMakerNotes(TiffTag[] tags)
Deprecated.
Initializes a new instance of the
NikonMakerNotes class. |
Copyright © 2020. All rights reserved.