SaveAsXml

SaveAsXml(string)

Save all results of batch recognition into xml file

public void SaveAsXml(string path)
ParameterTypeDescription
pathStringFull path to xml file

See Also


SaveAsXml(Stream)

Save all results of batch recognition into xml stream

public void SaveAsXml(Stream writeable)
ParameterTypeDescription
writeableStreamwriteable stream

See Also