Click or drag to resize

XmpParserParseFromImage Method (String, Int32)

Returns an XmlDocument containing XMP data from an image file and zero based 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
public IXPathNavigable ParseFromImage(
	string imageFile,
	int frameIndex
)

Parameters

imageFile
Type: SystemString
The image file containing XMP data.
frameIndex
Type: SystemInt32
The zero based frame index of a multi-page image.

Return Value

Type: IXPathNavigable
A System.Xml.XmlDocument containing XMP information.
See Also