←Select platform

GetInfoFromXmlDocument Method

Summary
Gets information about the specified XML document.
Syntax
Java
public AnnCodecsInfo getInfoFromXmlDocument(Document document) 

Parameters

document
The document containing the annotation data. This value cannot be null.

Return Value

An AnnCodecsInfo object that will be updated with information about the specified annotation file.

Remarks

If _document_ contains valid LEADTOOLS annotation data, then this method will return an AnnCodecsInfo object containing the following:

Member Description
Format

Set to AnnFormat.Annotations

Version

Set to the version of the LEADTOOLS Annotations file format. Currently, this will be 1.0

Pages

Set to an array of integer values containing the page numbers of the annotation containers found in the data.

If _document_ does not contain valid LEADTOOLS annotation data, then this method will return an AnnCodecsInfo object with Format set to AnnFormat.Unknown.

If _document_ is null or does not contain valid annotation XML data, then an exception will be thrown.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class

AnnCodecs Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.