|
iText 8.0.3 API
|
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... |
|
Root interface for a series of handlers for content stream operators.
| void iText.Kernel.Pdf.Canvas.Parser.IContentOperator.Invoke | ( | PdfCanvasProcessor | processor, |
| PdfLiteral @ | operator, | ||
| IList< PdfObject > | operands | ||
| ) |
Called when a content operator should be processed.
| 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. |