[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.OperatorList.GetOperator

GetOperator Method

GetOperator(PdfOperatorPosition, out OperatorList, out int)

Fetches the OperatorList and the index in it for a specified PDF operator position.

Declaration
public bool GetOperator(PdfOperatorPosition pop, out OperatorList ol, out int olIndex)
Parameters
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 ol.

Returns
Type Description
bool

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