Loads all pages from an annotation disk file.
public AnnContainer[] Load(
string fileName
)
Public Overloads Function Load( _
ByVal fileName As String _
) As Leadtools.Annotations.AnnContainer()
public:
Leadtools.Annotations.array<AnnContainer^>^ Load(
String^ fileName
)
fileName
Name of the annotation file to load.
An array of AnnContainer where each item in the array corresponds to each page in the annotation file fileName.
Use the method to load all pages of a annotation file at once. If the annotation file contains many pages, then this method will load the pages much faster than calling Load(string,anncontainer,int32) multiple times (once for each page in the annotation file).
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(string,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