Interface IResultRenderer
Namespace: DynamicTesseract
Assembly: IronOcr.dll
Syntax
public interface IResultRenderer : IDisposable
Properties
PageNumber
Declaration
int PageNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
AddPage(Page)
Declaration
bool AddPage(Page page)
Parameters
| Type | Name | Description |
|---|---|---|
| Page | page |
Returns
| Type | Description |
|---|---|
| System.Boolean |
BeginDocument(String)
Declaration
IDisposable BeginDocument(string title)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | title |
Returns
| Type | Description |
|---|---|
| System.IDisposable |