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

Load(Stream,AnnContainer) Method






The System.IO.Stream from which to load the objects.
An AnnContainer into which to load the objects.
Loads the annotation objects from a stream. .NET support Silverlight support
Syntax
public static void Load( 
   Stream stream,
   AnnContainer container
)
'Declaration
 
Public Overloads Shared Sub Load( _
   ByVal stream As Stream, _
   ByVal container As AnnContainer _
) 
'Usage
 
Dim stream As Stream
Dim container As AnnContainer
 
AnnCodecs.Load(stream, container)
public static void Load( 
   Stream stream,
   AnnContainer container
)
 function Leadtools.Windows.Annotations.AnnCodecs.Load(Stream,AnnContainer)( 
   stream ,
   container 
)
public:
static void Load( 
   Stream^ stream,
   AnnContainer^ container
) 

Parameters

stream
The System.IO.Stream from which to load the objects.
container
An AnnContainer into which to load the objects.
Remarks

This method can only load annotations saved with the AnnCodecsFormat.NativeXml format.

This method will not remove any existing objects in the container. If you are re-using an existing collection to load the annotation objects into, make sure to call AnnObjectCollection.Clear on the collection before you call this method.

This method will not position the stream back to its original position before it returns. It is your responsibility to position the stream back before you can load another page from this stream.

For more information, refer to WPF Annotation Files.

Example

For C#/VB examples, refer to Save(Stream,AnnContainer).

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.