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 AnnContainer[] Load( Stream stream )
function Leadtools.Annotations.AnnCodecs.Load(Stream)( 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.
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