←Select platform

GetInformation(string,AnnCodecsInformation) Method

Summary

Gets information about the specified annotation file.

Syntax

C#
VB
C++
public void GetInformation( 
   string fileName, 
   AnnCodecsInformation info 
) 
  
Public Overloads Sub GetInformation( _ 
   ByVal fileName As String, _ 
   ByVal info As Leadtools.Windows.Annotations.AnnCodecsInformation _ 
)  
public: 
void GetInformation(  
   String^ fileName, 
   Leadtools.Windows.Annotations.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 C#/VB examples, refer to AnnCodecs.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly