Save Method (IOcrDocument) (original) (raw)

Summary

Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it to a disk file.

Overload List

Overload Description
Save(Stream,DocumentFormat,OcrProgressCallback) Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it in a .NET stream.
Save(string,DocumentFormat,OcrProgressCallback) Converts the accumulated recognition results stored in the pages of this OCR document to the final output document and stores it to a disk file.

Requirements

Target Platforms

See Also

IOcrDocument Interface

IOcrDocument Members