Click or drag to resize

OcrPdfRenderer Methods

The OcrPdfRenderer type exposes the following members.

Methods
  NameDescription
Public methodAddImage
Adds the recognized text from the source image to the current document. Invalid if BeginDocument not yet called.
(Inherited from OcrResultRenderer.)
Public methodBeginDocument
Starts a new document with the given title. This clears the contents of the output data.
(Inherited from OcrResultRenderer.)
Public methodStatic memberCreate
Create new instance of OcrPdfRenderer class.
Public methodDispose
Releases all resources used by this OcrResultRenderer
(Inherited from OcrResultRenderer.)
Public methodEndDocument
Finishes the document and finalizes the output data. Invalid if BeginDocument(String) not yet called.
(Inherited from OcrResultRenderer.)
Public methodInsert
Insert renderer
(Inherited from OcrResultRenderer.)
Public methodNext
Get next rendeder.
(Inherited from OcrResultRenderer.)
Top
See Also