Click or drag to resize

XmpParserBytesFromImage Method (String, Int32)

Returns a byte array containing XMP data from an image file specifying the 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 byte[] BytesFromImage(
	string imageFile,
	int frameIndex
)

Parameters

imageFile
Type: SystemString
The image filename to retreive data from
frameIndex
Type: SystemInt32
The zero based frame index of the image to retrieve data from

Return Value

Type: Byte
Remarks
Currently supports reading XMP from JPEG, TIFF, and PDF images.
See Also