Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

GetInformation(String,AnnCodecsInformation) Method






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)