Modifier and Type | Method and Description |
---|---|
TiffDataType[] |
ExifData.getCommonTags()
Gets or sets tags, which belong to common section.
|
TiffDataType[] |
ExifData.getExifTags()
Gets or sets tags which belong to EXIF section only.
|
TiffDataType[] |
ExifData.getGPSTags()
Gets or sets tags, which belong to GPS section only.
|
TiffDataType[] |
ExifData.getMakerNoteData()
Gets the maker note data.
|
TiffDataType[] |
ExifData.getProperties()
Gets or sets all the EXIF tags (including common and GPS tags).
|
Modifier and Type | Method and Description |
---|---|
void |
ExifData.setCommonTags(TiffDataType[] value)
Gets or sets tags, which belong to common section.
|
void |
ExifData.setExifTags(TiffDataType[] value)
Gets or sets tags which belong to EXIF section only.
|
void |
ExifData.setGPSTags(TiffDataType[] value)
Gets or sets tags, which belong to GPS section only.
|
void |
ExifData.setProperties(TiffDataType[] value)
Gets or sets all the EXIF tags (including common and GPS tags).
|
Constructor and Description |
---|
ExifData(TiffDataType[] exifdata)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
ExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
ExifData class with data from array. |
JpegExifData(TiffDataType[] exifdata)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
JpegExifData(TiffDataType[] commonTags,
TiffDataType[] exifTags,
TiffDataType[] gpsTags)
Initializes a new instance of the
JpegExifData class with data from array. |
Modifier and Type | Method and Description |
---|---|
TiffDataType |
TiffDataType.deepClone()
Performs a deep clone of this instance.
|
static TiffDataType |
TiffDataType.readTag(TiffStreamReader dataStream,
long position)
Reads the tag data.
|
Modifier and Type | Method and Description |
---|---|
TiffDataType |
ITiffTagCreator.createInstance(int tagId) |
static TiffDataType |
TiffTagFactory.createInstance(int dataType,
int tagId)
Creates a new data type instance.
|
Modifier and Type | Class and Description |
---|---|
class |
TiffASCIIType
The tiff ascii type.
|
class |
TiffByteType
The tiff byte type.
|
class |
TiffCommonArrayType
The tiff common array type.
|
class |
TiffDoubleType
The tiff double type.
|
class |
TiffFloatType
The tiff float type.
|
class |
TiffLongType
The tiff long type.
|
class |
TiffRationalType
The tiff rational type.
|
class |
TiffSByteType
The tiff signed byte type.
|
class |
TiffShortType
The tiff short type.
|
class |
TiffSLongType
The tiff signed long type.
|
class |
TiffSRationalType
The tiff signed rational type.
|
class |
TiffSShortType
The tiff signed short type.
|
class |
TiffUndefinedType
The tiff undefined type.
|
class |
TiffUnknownType
The unknown tiff type.
|
Modifier and Type | Method and Description |
---|---|
TiffDataType |
TiffOptions.getTagByType(int tagKey)
Gets the instance of the tag by type.
|
TiffDataType[] |
TiffOptions.getTags()
Gets or sets the tags.
|
Modifier and Type | Method and Description |
---|---|
void |
TiffOptions.addTag(TiffDataType tagToAdd)
Adds a new tag.
|
void |
TiffOptions.addTags(TiffDataType[] tagsToAdd)
Adds the tags.
|
static int |
TiffOptions.getValidTagsCount(TiffDataType[] tags)
Gets the valid tags count.
|
void |
TiffOptions.setTags(TiffDataType[] value)
Gets or sets the tags.
|
Constructor and Description |
---|
TiffOptions(TiffDataType[] tags)
Initializes a new instance of the
TiffOptions class. |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.