- stream
- The stream from which to load all pages of the multipage annotation stream.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function Load( _ ByVal stream As Stream _ ) As AnnContainer() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnCodecs Dim stream As Stream Dim value() As AnnContainer value = instance.Load(stream) |
C# | |
---|---|
public AnnContainer[] Load( Stream stream ) |
C++/CLI | |
---|---|
public: array<AnnContainer^>^ Load( Stream^ stream ) |
Parameters
- stream
- The stream from which to load all pages of the multipage annotation stream.
Return Value
An array of AnnContainer where each item in the array corresponds to each page in the annotation file stream.For an example, refer to Save(Stream,AnnContainer[],AnnCodecsFormat).
Use the method to load all pages of a stream containing one or more annotation pages.. If the annotation stream contains many pages, then this method will load the pages much faster than calling Load(Stream,AnnContainer,Int32) multiple times (once for each page in the annotation stream).
This method only supports the AnnCodecsFormat.Xml format. All other AnnCodecsFormat are not supported.
For more information, refer to Annotation Files.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7