Loads all pages from an annotation disk file.
public AnnContainer[] Load(
Stream stream
)
Public Overloads Function Load( _
ByVal stream As Stream _
) As Leadtools.Annotations.AnnContainer()
public:
Leadtools.Annotations.array<AnnContainer^>^ Load(
Stream^ stream
)
stream
The stream from which to load all pages of the multipage annotation stream.
An array of AnnContainer where each item in the array corresponds to each page in the annotation file 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 (Deprecated).
For an example, refer to Save(stream,anncontainer[],anncodecsformat).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET