This property sets the name of the file that holds the annotation information.
[Visual Basic] Public Property
AnnotationFileName As String
[C#] public string AnnotationFileName {get;
set;}
Property Value
The file name (full path)
Explanation
The AnnotationFileName property sets the name of the annotation file, which holds the annotation information. This file is used when executing the SaveAnnotationFile method or the LoadAnnotationFile method.
Although the annotation file is in xml format, any file extention may be used in the file name.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit