C#
VB
C++
Gets information about the specified annotation file.
public void GetInformation(
string fileName,
AnnCodecsInformation info
)
Public Overloads Sub GetInformation( _
ByVal fileName As String, _
ByVal info As Leadtools.Annotations.AnnCodecsInformation _
)
public:
void GetInformation(
String^ fileName,
Leadtools.Annotations.AnnCodecsInformation^ info
)
fileName
System.String containing the file name to query.
info
An AnnCodecsInformation class that will be updated with information about the specified annotation file.
For an example, refer to AnnCodecs.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET