Click or drag to resize

TiffTagCollectionGetSingleTag Method (TiffTagID, String, Int32)

Note: This API is now obsolete.

Returns a single TIFF Tag from a TIFF image specifying the TIFF Tag ID, file and zero based page index.

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 deprecated and moved to the GetTiffTag in the TiffDecoder class.")]
public static Object GetSingleTag(
	TiffTagID tag,
	string filename,
	int frameIndex
)

Parameters

tag
Type: Atalasoft.Imaging.MetadataTiffTagID
The TIFF Tag ID to retrieve.
filename
Type: SystemString
The file containing the encoded TIFF image.
frameIndex
Type: SystemInt32
The zero based page index of a multipaged TIFF.

Return Value

Type: Object
See Also