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