Gets information about the annotation objects saved to a specified stream.
public void GetInformation(
Stream stream,
AnnCodecsInformation info
)
Public Overloads Sub GetInformation( _
ByVal stream As Stream, _
ByVal info As Leadtools.Windows.Annotations.AnnCodecsInformation _
)
public:
void GetInformation(
Stream^ stream,
Leadtools.Windows.Annotations.AnnCodecsInformation^ info
)
stream
A System.IO.Stream containing the input annotation file data.
info
An AnnCodecsInformation class that will be updated with information about the specified annotation stream.
This method will position the stream back to its original position before it returns.
For C#/VB examples, refer to AnnCodecs.Save.
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