LEADTOOLS Annotations (Leadtools.Annotations assembly)

GetInformation(String,AnnCodecsInformation) Method

Show in webframe





System.String containing the file name to query.
An AnnCodecsInformation class that will be updated with information about the specified annotation file.
Gets information about the specified annotation file.
Syntax
public void GetInformation( 
   string fileName,
   AnnCodecsInformation info
)
'Declaration
 
Public Overloads Sub GetInformation( _
   ByVal fileName As String, _
   ByVal info As AnnCodecsInformation _
) 
'Usage
 
Dim instance As AnnCodecs
Dim fileName As String
Dim info As AnnCodecsInformation
 
instance.GetInformation(fileName, info)

            

            
public:
void GetInformation( 
   String^ fileName,
   AnnCodecsInformation^ info
) 

Parameters

fileName
System.String containing the file name to query.
info
An AnnCodecsInformation class that will be updated with information about the specified annotation file.
Example
For an example, refer to AnnCodecs.
Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.