LoadAll(Stream,double,double) Method (original) (raw)

Summary

Loads all the annotation containers from the specified stream containing a multipage annotation file. with the specified resolution (for annotation files saved with LEADTOOLS prior to version 15).

Syntax

Parameters

stream
Stream containing the XML data of the annotation containers to be loaded. This value must not be null.

dpiX
The horizontal resolution of the image.

dpiY
The vertical resolution of the image.

Return Value

An array of AnnContainer objects containing the containers and their objects loaded from stream.