Leadtools.Annotations Namespace > AnnCodecs Class > Load Method : Load(Stream) Method |
public AnnContainer[] Load( Stream stream )
'Declaration Public Overloads Function Load( _ ByVal stream As Stream _ ) As AnnContainer()
'Usage Dim instance As AnnCodecs Dim stream As Stream Dim value() As AnnContainer value = instance.Load(stream)
public: array<AnnContainer^>^ Load( Stream^ stream )
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.