Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class / GetOperator Method
The PDF operator position.
OUT: The OperatorList containing operator with the specified index.
OUT: The index in ol.

In This Topic
    GetOperator Method
    In This Topic
    Fetches the OperatorList and the index in it for a specified PDF operator position.
    Syntax
    'Declaration
     
    Public Function GetOperator( _
       ByVal pop As PdfOperatorPosition, _
       ByRef ol As OperatorList, _
       ByRef olIndex As System.Integer _
    ) As System.Boolean
    public System.bool GetOperator( 
       PdfOperatorPosition pop,
       out OperatorList ol,
       out System.int olIndex
    )

    Parameters

    pop
    The PDF operator position.
    ol
    OUT: The OperatorList containing operator with the specified index.
    olIndex
    OUT: The index in ol.

    Return Value

    true if pop defines a valid index and ol and olIndex contain valid values.
    See Also