Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Class and Description |
---|---|
class |
TiffArrayTag<T>
Represents an array-based TIFF tag.
|
class |
TiffAsciiTag
Represents a TIFF ASCII tag.
|
class |
TiffByteTag
Represents a Byte tag.
|
class |
TiffDoubleTag
Represents a TIFF Double tag.
|
class |
TiffFloatTag
Represents a TIFF float tag.
|
class |
TiffLongTag
Represents a TIFF Long tag.
|
class |
TiffRationalTag
Represents a TIFF Rational tag.
|
class |
TiffSByteTag
Represents a TIFF SByte tag.
|
class |
TiffShortTag
Represents a TIFF Short tag.
|
class |
TiffSLongTag
Represents a TIFF SLong tag.
|
class |
TiffSRationalTag
Represents a TIFF SRational tag.
|
class |
TiffSShortTag
Represents a TIFF SShort tag.
|
class |
TiffUndefinedTag
Represents a TIFF tag with the Undefined type.
|
Modifier and Type | Method and Description |
---|---|
TiffTag |
ExifDictionaryBasePackage.getByTiffTagID(TiffTagID tagId)
Gets the TIFF tag with the specified id.
|
Modifier and Type | Method and Description |
---|---|
IReadOnlyList<TiffTag> |
ExifDictionaryBasePackage.toList()
Creates a list from the package.
|
Modifier and Type | Method and Description |
---|---|
void |
ExifDictionaryBasePackage.set(TiffTag tag)
Adds or replaces the specified tag.
|
Constructor and Description |
---|
NikonMakerNotePackage(TiffTag[] tags)
Initializes a new instance of the
NikonMakerNotePackage class. |