Click or drag to resize

TiffTagCollection Constructor (String)

Note: This API is now obsolete.

Deprecated

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("This constructor has been deprecated.  Use GetTiffTag in the TiffDecoder class instead.", 
	true)]
public TiffTagCollection(
	string fileName
)

Parameters

fileName
Type: SystemString
File to retreive tiff tags from.
See Also