Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnCodecs Class > GetInfo Method : GetInfo(Stream) Method |
public AnnCodecsInfo GetInfo( Stream stream )
'Declaration
Public Overloads Function GetInfo( _ ByVal stream As Stream _ ) As AnnCodecsInfo
public AnnCodecsInfo GetInfo( Stream stream )
function Leadtools.Annotations.Core.AnnCodecs.GetInfo(Stream)( stream )
If stream contains valid LEADTOOLS annotations data, then this method will return an instance of AnnCodecsInfo 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 annotations containers found in the data. |
If stream does not contain valid LEADTOOLS annotations data, then this method will return instance of AnnCodecsInfo with Format set to AnnFormat.Unknown.
If stream is null or does not contain valid annotations XML data, then an exception will be thrown.
For an example, refer to AnnCodecs