[]
Fetches the OperatorList and the index in it for a specified PDF operator position.
public bool GetOperator(PdfOperatorPosition pop, out OperatorList ol, out int olIndex)
Public Function GetOperator(pop As PdfOperatorPosition, ByRef ol As OperatorList, ByRef olIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| PdfOperatorPosition | pop | The PDF operator position. |
| OperatorList | ol | OUT: The OperatorList containing operator with the specified index. |
| int | olIndex | OUT: The index in |
| Type | Description |
|---|---|
| bool | true if |