Click or drag to resize

TiffTagCollectionGetSingleTag Method (Int32, String, Int32)

Note: This API is now obsolete.

Returns the TIFF tag data from a file.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("GetSingleTag has been depricated and moved to the GetTiffTag in the TiffDecoder class.")]
public static Object GetSingleTag(
	int tagID,
	string filename,
	int frameIndex
)

Parameters

tagID
Type: SystemInt32
The TIFF Tag ID to retrieve.
filename
Type: SystemString
The filename of the TIFF image.
frameIndex
Type: SystemInt32
The zero based page index of a multipaged TIFF.

Return Value

Type: Object
See Also