LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

GetInformation(Stream,AnnCodecsInformation) Method

Show in webframe





A System.IO.Stream containing the input annotation file data.
An AnnCodecsInformation class that will be updated with information about the specified annotation stream.
Gets information about the annotation objects saved to a specified stream.
Syntax
public void GetInformation( 
   Stream stream,
   AnnCodecsInformation info
)
'Declaration
 
Public Overloads Sub GetInformation( _
   ByVal stream As Stream, _
   ByVal info As AnnCodecsInformation _
) 
'Usage
 
Dim instance As AnnCodecs
Dim stream As Stream
Dim info As AnnCodecsInformation
 
instance.GetInformation(stream, info)

            

            
public:
void GetInformation( 
   Stream^ stream,
   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

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.