Click or drag to resize

UuidInfoBoxParserParseFromImage Method

Get meta-data containing UUID Info Box information within JP2 file format. http://www.jpeg.org/cd15444-1.pdf

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual UuidInfoBoxCollection ParseFromImage(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Jp2 stream

Return Value

Type: UuidInfoBoxCollection
Collection of UUID Info boxes
See Also