Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnCodecs Class : LoadAllFromString Method |
public AnnContainer[] LoadAllFromString( string xmlData )
'Declaration
Public Function LoadAllFromString( _ ByVal xmlData As String _ ) As AnnContainer()
public AnnContainer[] LoadAllFromString( string xmlData )
-(NSArray*) loadAllFromString:(NSString*)xmlData;
public AnnContainer[] loadAllFromString(string xmlData)
function Leadtools.Annotations.Core.AnnCodecs.LoadAllFromString( xmlData )
This method can only load annotations previously saved with the AnnFormat.Annotations format.
The DeserializeOptions property can contain optional options and events to use during loading of annotations data.
For more information, refer to Annotation Files.