Click or drag to resize

XmpParserBytesFromImage Method (Stream, Int32)

Returns a byte array containing XMP data from an image stream 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 virtual byte[] BytesFromImage(
	Stream imageStream,
	int frameIndex
)

Parameters

imageStream
Type: System.IOStream
The image stream to retrieve data from.
frameIndex
Type: SystemInt32
The zero based frame index of the image to retrieve data from

Return Value

Type: Byte
See Also