[]
Retrieves all text on the current page.
public string GetText(ViewState viewState, bool ignoreErrors = true)
Public Function GetText(viewState As ViewState, Optional ignoreErrors As Boolean = True) As String
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)
Public Function GetText(Optional ignoreErrors As Boolean = True) As String
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. |