[]
Retrieves all text on the current page.
public string GetText(ViewState viewState, bool ignoreErrors = true)
| Type | Name | Description |
|---|---|---|
| ViewState | viewState | The ViewState object. |
| bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during processing. |
| Type | Description |
|---|---|
| string | The page text, or null if the page does not contain any text. |
Retrieves all text on the current page.
public string GetText(bool ignoreErrors = true)
| Type | Name | Description |
|---|---|---|
| bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during processing. |
| Type | Description |
|---|---|
| string | The page text, or null if the page does not contain any text. |