- fileName
- Name of the annotation file to load.
- container
- An AnnContainer into which to load the objects.
- page
- 1-based page number to load.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub Load( _ ByVal fileName As String, _ ByVal container As AnnContainer, _ ByVal page As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- fileName
- Name of the annotation file to load.
- container
- An AnnContainer into which to load the objects.
- page
- 1-based page number to load.
For an example, refer to AnnCodecs.
This method will not remove any existing objects in the container,
so if you are re-using an existing collection to load the annotation objects into,
make sure to call RasterCollection<AnnObject>.Clear on the collection before you call this method.
For more information, refer to Annotation Files.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family