[]
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)
Public Function GetOperators(Optional viewState As ViewState = Nothing, Optional dpiX As Single = 72, Optional dpiY As Single = 72, Optional ignoreErrors As Boolean = True) As OperatorList
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. |