Interface IContentOperator
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
PdfCanvasProcessorThe processor that is dealing with the PDF content stream.
operator
PdfLiteralThe literal PDF syntax of the operator.
operands
IList<PdfObject>The operands that come with the operator.