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