AnnotatorExportAnnotationsFromXMLFile Method |
Export annotations from XML file.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void ExportAnnotationsFromXMLFile(
string filePath
)
Public Sub ExportAnnotationsFromXMLFile (
filePath As String
)
public:
void ExportAnnotationsFromXMLFile(
String^ filePath
)
member ExportAnnotationsFromXMLFile :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The path to XML file.
Remarks
See Also