Loads the annotation objects from a disk file.
public void Load(
string fileName,
AnnContainer container,
int page
)
Public Overloads Sub Load( _
ByVal fileName As String, _
ByVal container As Leadtools.Windows.Annotations.AnnContainer, _
ByVal page As Integer _
)
public:
void Load(
String^ fileName,
Leadtools.Windows.Annotations.AnnContainer^ container,
int page
)
fileName
Name of the annotation file to load.
container
An AnnContainer into which to load the objects.
page
1-based page number to load.
This method will not remove any existing objects in the container. If you are re-using an existing collection into which to load the annotation objects, make sure to call AnnObjectCollection.Clear on the collection before calling this method. For more information, refer to WPF Annotation Files.
For C#/VB examples, refer to AnnCodecs.
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