Click or drag to resize

TiffDecoderGetTiffTag Method (Int32, Stream, Int32)

Gets a TIFF Tag from a TIFF image stream.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static TiffTag GetTiffTag(
	int tagID,
	Stream source,
	int frameIndex
)

Parameters

tagID
Type: SystemInt32
The tag ID to retrieve data from.
source
Type: System.IOStream
The TIFF file stream.
frameIndex
Type: SystemInt32
The zero based frame index of the page to query.

Return Value

Type: TiffTag
Returns a TiffTag object containing the tag data, or null if the tag does not exist in the image.
See Also