Click or drag to resize

IptcParserParseFromImage Method (String, Int32)

Parses IPTC data from a specific frame in a multipage TIFF image file.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IptcCollection ParseFromImage(
	string imageFile,
	int frameIndex
)

Parameters

imageFile
Type: SystemString
The image file to parse data from.
frameIndex
Type: SystemInt32
The zero based frame index of a multipage TIFF image to load data from.

Return Value

Type: IptcCollection
See Also