Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Load( _ ByVal stream As Stream, _ ByVal container As AnnContainer, _ ByVal page As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- stream
- The Stream from which to load the objects.
- container
- An AnnContainer into which to load the objects.
- page
- 1-based page number to load.
This method will not remove any existing objects in the container, so if you are re-using an existing collection to load the annotation objects into, make sure to call RasterCollection<AnnObject>.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 Annotation Files.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family