Click or drag to resize

TiffTagCollectionGetSingleTag Method (Int32, Stream, Int32)

Note: This API is now obsolete.

Returns a TiffTag from a TIFF image specifying the tag ID, image stream and frame 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.", 
	true)]
public static Object GetSingleTag(
	int tagID,
	Stream source,
	int frameIndex
)

Parameters

tagID
Type: SystemInt32
The TIFF tag ID to return.
source
Type: System.IOStream
A stream containing the image data.
frameIndex
Type: SystemInt32
The frame index from a multipage TIFF containing the tag data.

Return Value

Type: Object
A object containing the TIFF tag data.
See Also