'Declaration Public Overloads Sub Export( _
ByVal documentThe OcrDocument that contains OCR recognition results.As OcrDocument, _
ByVal writerThe writer where the codec puts the exported data.As System.Xml.XmlWriter _
)
public void Export(
OcrDocument document,
System.Xml.XmlWriter writer
)
public: void Export(
OcrDocument* document,
System.Xml.XmlWriter* writer
)
public:
void Export(
OcrDocument^ document,
System.Xml.XmlWriter^ writer
)
Parameters
- document
- The OcrDocument that contains OCR recognition results.
- writer
- The writer where the codec puts the exported data.