←Select platform

GetInformation(Stream,AnnCodecsInformation) Method

Summary

Gets information about the annotation objects saved to a specified stream.

Syntax

C#
VB
C++
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 
)  

Parameters

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.

Remarks

This method will position the stream back to its original position before it returns.

Example

For C#/VB examples, refer to AnnCodecs.Save.

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