←Select platform

Load(String,AnnContainer,Int32) Method

Summary

Loads the annotation objects from a disk file.

Syntax

C#
VB
C++
public void Load(  
   string fileName, 
   Leadtools.Annotations.AnnContainer container, 
   int page 
) 
  
Public Overloads Sub Load( _ 
   ByVal fileName As String, _ 
   ByVal container As Leadtools.Annotations.AnnContainer, _ 
   ByVal page As Integer _ 
)  
public: 
void Load(  
   String^ fileName, 
   Leadtools.Annotations.AnnContainer^ container, 
   int page 
)  

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.

Remarks

This method will not remove any existing objects in the

container
An AnnContainer into which to load the objects.

To load multiple containers from a multi-page file using one method, use Load(string).

For more information, refer to Annotation Files (Deprecated).

Example

For an example, refer to AnnCodecs.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize