'Declaration Public Function GetOperators( _ Optional ByVal viewState As ViewState, _ Optional ByVal dpiX As System.Single, _ Optional ByVal dpiY As System.Single, _ Optional ByVal ignoreErrors As System.Boolean _ ) As OperatorList
public OperatorList GetOperators( ViewState viewState, System.float dpiX, System.float dpiY, System.bool ignoreErrors )
Parameters
- viewState
- The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content would be considered.
- dpiX
- The horizontal resolution.
- dpiY
- The vertical resolution.
- ignoreErrors
- Indicates whether to ignore errors in PDF content stream during rendering.
Return Value
The GrapeCity.Documents.Pdf.Operators.OperatorList object.