'Declaration Protected Overridable Sub DrawOcrPage( _
ByVal ocrPageСтраница OCR.As Vintasoft.Imaging.Ocr.Results.OcrPage, _
ByVal pdfPageСтраница PDF.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal graphicsГрафика PDF.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
- Страница OCR.
- pdfPage
- Страница PDF.
- graphics
- Графика PDF.