'Declaration Protected Overridable Sub DrawOcrPage( _
ByVal ocrPageThe OCR page.As Vintasoft.Imaging.Ocr.Results.OcrPage, _
ByVal pdfPageThe PDF page.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal graphicsThe PDF graphics.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics _
)
protected virtual void DrawOcrPage(
Vintasoft.Imaging.Ocr.Results.OcrPage ocrPage,
Vintasoft.Imaging.Pdf.Tree.PdfPage pdfPage,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics
)
protected: virtual void DrawOcrPage(
Vintasoft.Imaging.Ocr.Results.OcrPage* ocrPage,
Vintasoft.Imaging.Pdf.Tree.PdfPage* pdfPage,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics
)
protected:
virtual void DrawOcrPage(
Vintasoft.Imaging.Ocr.Results.OcrPage^ ocrPage,
Vintasoft.Imaging.Pdf.Tree.PdfPage^ pdfPage,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics
)
Parameters
- ocrPage
- The OCR page.
- pdfPage
- The PDF page.
- graphics
- The PDF graphics.