Modifier and Type | Class and Description |
---|---|
class |
TiffAsciiTag
Represents TIFF ASCII tag.
|
class |
TiffByteTag
Represents byte tag.
|
class |
TiffLongTag
Represents TIFF long tag.
|
class |
TiffRationalTag
Represents TIFF rational tag.
|
class |
TiffSByteTag
Represents SByte tag.
|
class |
TiffShortTag
Represents TIFF short tag.
|
class |
TiffSLongTag
Represents TIFF SLong tag.
|
class |
TiffSRationalTag
Represents TIFF rational tag.
|
class |
TiffSShortTag
Represents TIFF SShort tag.
|
Modifier and Type | Method and Description |
---|---|
TiffTag[] |
ExifDictionaryBase.getTags()
Gets or sets array of
TiffTag presented in IFD/GPS segments. |
TiffTag[] |
TiffFormat.getTags(TiffIfd ifd)
Gets TIFF tags for specific IFD.
|
TiffTag |
ExifDictionaryBase.readByTagId(int tagId) |
Modifier and Type | Method and Description |
---|---|
void |
ExifDictionaryBase.setTags(TiffTag[] value)
Gets or sets array of
TiffTag presented in IFD/GPS segments. |
Constructor and Description |
---|
MakerNotesBase(TiffTag[] tags)
Initializes a new instance of the
MakerNotesBase class. |
NikonMakerNotes(TiffTag[] tags)
Initializes a new instance of the
NikonMakerNotes class. |
Copyright © 2017. All rights reserved.