LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

GetInfoAsync Method


Windows Runtime StorageFile containing annotations data previously saved with SaveAsync. This value cannot be null.
Gets information about the specified annotation file. WinRT support
Syntax
public Task<AnnCodecsInfo> GetInfoAsync( 
   StorageFile file
)
 function Leadtools.Annotations.Core.AnnCodecs.GetInfoAsync( 
   file 
)

Parameters

file
Windows Runtime StorageFile containing annotations data previously saved with SaveAsync. This value cannot be null.

Return Value

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

If file 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 file does not contain valid LEADTOOLS annotations data, then this method will return instance of AnnCodecsInfo with Format set to AnnFormat.Unknown.

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

Example

For an example, refer to AnnCodecs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCodecs Class
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.