Click or drag to resize

IptcCollection Constructor (Stream, Int32)

Note: This API is now obsolete.

Creates a new instance of the IptcCollection class specifying the file stream and page index (in a multipage TIFF) to read the iptc metadata from.

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 is obsolete.  See IptcParser for the replacement.", 
	true)]
public IptcCollection(
	Stream stream,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
File to retreive iptc data from.
frameIndex
Type: SystemInt32
The zero based page in a multipage TIFF.
See Also