[]
Returns the list of PDF operators forming the page content.
public OperatorList GetOperators(ViewState viewState = null, float dpiX = 72, float dpiY = 72, bool ignoreErrors = true)
| Type | Name | Description |
|---|---|---|
| ViewState | viewState | The ViewState used to determine what document content would be considered. |
| float | dpiX | The horizontal resolution. |
| float | dpiY | The vertical resolution. |
| bool | ignoreErrors | Indicates whether to ignore errors in PDF content stream during rendering. |
| Type | Description |
|---|---|
| OperatorList | The OperatorList object. |