Process an item in a content stream and update the graphics or text state to reflect the action of the item.
[C#] virtual void ProcessItem(IndirectObject owner, ArrayAtom contents, string op, int pos)
virtual void ProcessItem(IndirectObject owner, ArrayAtom contents, string op, int pos)
For your own operator processing you will wish to override this function.
None.