Gets information about the specified annotation file stored in a stream.
public AnnCodecsInfo GetInfo(
Stream stream
)
Public Overloads Function GetInfo( _
ByVal stream As Stream _
) As AnnCodecsInfo
public:
AnnCodecsInfo^ GetInfo(
Stream^ stream
)
stream
Stream containing annotations data previously saved with AnnCodecs.Save. This value cannot be null.
An AnnCodecsInfo object that will be updated with information about the specified annotation file.
If stream 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 stream does not contain valid LEADTOOLS annotations data, then this method will return instance of AnnCodecsInfo with Format set to AnnFormat.Unknown.
If stream is null or does not contain valid annotations XML data, then an exception will be thrown.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document