This method loads annotation information from an existing annotation file and displays the annotation objects on the base image.

[Visual Basic] Public Function LoadAnnotationFile() As Boolean
[C#] public bool LoadAnnotationFile();

Parameters

None

Return Value

Returns True if successful, otherwise returns False.

Explanation

The LoadAnnotationFile method loads annotation information from an existing annotation file and displays the annotation objects on the base image.

To load annotation information, a base image must be loaded into the ImageKit control. Set the file name and path to an annotation file (a file previously created by the SaveAnnotationFile method) into the AnnotationFileName property and execute the LoadAnnotationFile method.

Note: Annotation files created on one base image can be loaded onto a different base image.

See also

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation