Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : SaveXml Method |
Overload | Description |
---|---|
SaveXml(Stream,OcrXmlOutputOptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream. |
SaveXml(Stream,OcrWriteXmlOptions,OcrXmlOutputOptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream with XML options. |
SaveXml(String,OcrXmlOutputOptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file. |
SaveXml(String,OcrWriteXmlOptions,OcrXmlOutputOptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file with XML options. |
SaveXml(OcrXmlOutputOptions) | Converts the accumulated recognition results stored in the pages of this OCR document and returns it as XML data. |