public interface IContentOperator
Modifier and Type | Method and Description |
---|---|
void |
invoke(PdfCanvasProcessor processor,
PdfLiteral operator,
List<PdfObject> operands)
Called when a content operator should be processed.
|
void invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands)
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.Copyright © 1998–2018 iText Group NV. All rights reserved.