ImageGearJava Project > com.accusoft.imagegear.formats.exif Package : ImGearEXIFInteropMetadata Class |
The following tables list the members exposed by ImGearEXIFInteropMetadata.
Name | Description | |
---|---|---|
ImGearEXIFInteropMetadata Constructor | Initializes a new instance of the ImGearEXIFInteropMetadata class. |
Name | Description | |
---|---|---|
getInteroperabilityIndex | Returns InteroperabilityIndex Tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InteroperabilityIndex tag. The tag indicates the identification of the Interoperability rule. | |
getInteroperabilityVersion | Returns InteroperabilityVersion Tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InteroperabilityVersion tag. | |
getRelatedImageFileFormat | Returns RelatedImageFileFormat Tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageFileFormat tag. | |
getRelatedImageLength | Returns RelatedImageLength Tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageLength tag. | |
getRelatedImageWidth | Returns RelatedImageWidth Tag value.
Method returnsthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageWidth tag. | |
setInteroperabilityIndex | Sets InteroperabilityIndex Tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InteroperabilityIndex tag. The tag indicates the identification of the Interoperability rule. | |
setInteroperabilityVersion | Sets InteroperabilityVersion Tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the InteroperabilityVersion tag. | |
setRelatedImageFileFormat | Sets RelatedImageFileFormat Tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageFileFormat tag. | |
setRelatedImageLength | Sets RelatedImageLength Tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageLength tag. | |
setRelatedImageWidth | Sets RelatedImageWidth Tag value.
Method replacesthe tag value if the tag is present in the metadata tree, or null otherwise. This method accesses the RelatedImageWidth tag. |