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) [Visual Basic] Overridable Function ProcessItem(owner As IndirectObject, contents As ArrayAtom, op As string, pos As int) As void
virtual void ProcessItem(IndirectObject owner, ArrayAtom contents, string op, int pos)
Overridable Function ProcessItem(owner As IndirectObject, contents As ArrayAtom, op As string, pos As int) As void
For your own operator processing you will wish to override this function.