Leadtools.Windows.Annotations Namespace > AnnCodecs Class > Load Method : Load(Stream,AnnContainer,Int32) Method |
'Declaration Public Overloads Sub Load( _ ByVal stream As Stream, _ ByVal container As AnnContainer, _ ByVal page As Integer _ )
'Usage Dim instance As AnnCodecs Dim stream As Stream Dim container As AnnContainer Dim page As Integer instance.Load(stream, container, page)
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.
For C#/VB examples, refer to Save(String,AnnContainer,AnnCodecsFormat,Int32,AnnCodecsSavePageMode).