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

Summary

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

Syntax

C#

Objective-C

C++/CLI

Python

Parameters

fileName
File 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 fileName.