'Declaration Public Overloads Sub AddPage( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage, _
ByVal ocrPageOCR page.As Vintasoft.Imaging.Ocr.Results.OcrPage _
)
public void AddPage(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Ocr.Results.OcrPage ocrPage
)
public: void AddPage(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Ocr.Results.OcrPage* ocrPage
)
public:
void AddPage(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Ocr.Results.OcrPage^ ocrPage
)
Parameters
- image
- An image.
- ocrPage
- OCR page.