Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetOperators Method
The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content would be considered.
The horizontal resolution.
The vertical resolution.
Indicates whether to ignore errors in PDF content stream during rendering.

In This Topic
    GetOperators Method
    In This Topic
    Returns the list of PDF operators forming the page content.
    Syntax
    '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

    See Also