'Declaration Public Function New( _
ByVal imageThe recognized image.As Vintasoft.Imaging.VintasoftImage, _
ByVal recognizedPageThe recognized OCR page.As Vintasoft.Imaging.Ocr.Results.OcrPage _
)
public OcrPageRecognizedEventArgs(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Ocr.Results.OcrPage recognizedPage
)
public: OcrPageRecognizedEventArgs(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Ocr.Results.OcrPage* recognizedPage
)
public:
OcrPageRecognizedEventArgs(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Ocr.Results.OcrPage^ recognizedPage
)
Parameters
- image
- The recognized image.
- recognizedPage
- The recognized OCR page.