LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

GetInformation(Stream,AnnCodecsInformation) Method






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. .NET support
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
)
 function Leadtools.Windows.Annotations.AnnCodecs.GetInformation(Stream,AnnCodecsInformation)( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.