iText 8.0.2 API
iText.Kernel.Pdf.Canvas.Parser.IContentOperator Interface Reference

Root interface for a series of handlers for content stream operators. More...

Inherited by iText.Kernel.Pdf.Canvas.Parser.PdfCanvasProcessor.PopGraphicsStateOperator.

Public Member Functions

void  Invoke (PdfCanvasProcessor processor, PdfLiteral @operator, IList< PdfObject > operands)
  Called when a content operator should be processed. More...
 

Detailed Description

Root interface for a series of handlers for content stream operators.

Member Function Documentation

◆ Invoke()

void iText.Kernel.Pdf.Canvas.Parser.IContentOperator.Invoke ( PdfCanvasProcessor  processor,
PdfLiteral operator,
IList< PdfObject operands 
)

Called when a content operator should be processed.

Parameters
processor The processor that is dealing with the PDF content stream.
operator The literal PDF syntax of the operator.
operands The operands that come with the operator.