LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Load(String,AnnContainer,Int32) Method






Name of the annotation file to load.
An AnnContainer into which to load the objects.
1-based page number to load.
Loads the annotation objects from a disk file. .NET support
Syntax
public void Load( 
   string fileName,
   AnnContainer container,
   int page
)
'Declaration
 
Public Overloads Sub Load( _
   ByVal fileName As String, _
   ByVal container As AnnContainer, _
   ByVal page As Integer _
) 
'Usage
 
Dim instance As AnnCodecs
Dim fileName As String
Dim container As AnnContainer
Dim page As Integer
 
instance.Load(fileName, container, page)
public void Load( 
   string fileName,
   AnnContainer container,
   int page
)
 function Leadtools.Windows.Annotations.AnnCodecs.Load(String,AnnContainer,Int32)( 
   fileName ,
   container ,
   page 
)
public:
void Load( 
   String^ fileName,
   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. 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.

Example

For C#/VB examples, refer to AnnCodecs.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCodecs Class
AnnCodecs Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.