Leadtools.Annotations.Core Namespace > AnnCodecs Class : GetInfoFromXmlDocument Method |
public AnnCodecsInfo GetInfoFromXmlDocument( Document document )
Public Function GetInfoFromXmlDocument( _ ByVal document As Document _ ) As AnnCodecsInfo
public AnnCodecsInfo GetInfoFromXmlDocument( Document document )
public AnnCodecsInfo getInfoFromXmlDocument(Document document)
function Leadtools.Annotations.Core.AnnCodecs.GetInfoFromXmlDocument( document )
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.