[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Page.GetOperators

GetOperators Method

GetOperators(ViewState, float, float, bool)

Returns the list of PDF operators forming the page content.

Declaration
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
Parameters
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.

Returns
Type Description
OperatorList

The OperatorList object.