Table of Contents

Interface IContentOperator

Namespace
iText.Kernel.Pdf.Canvas.Parser
Assembly
itext.kernel.dll

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

public interface IContentOperator

Methods

Invoke(PdfCanvasProcessor, PdfLiteral, IList<PdfObject>)

Called when a content operator should be processed.

void Invoke(PdfCanvasProcessor processor, PdfLiteral @operator, IList<PdfObject> operands)

Parameters

processor PdfCanvasProcessor

The processor that is dealing with the PDF content stream.

operator PdfLiteral

The literal PDF syntax of the operator.

operands IList<PdfObject>

The operands that come with the operator.