IContentOperator
IContentOperator Public interface
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.parser
iTextSharp.text.pdf.parser.IContentOperator[[IContentOperator]]
class iTextSharp.text.pdf.parser.IContentOperator interfaceStyle;
end
Members
Methods
Public methods
Returns | Name |
---|---|
void | Invoke (PdfContentStreamProcessor processor, PdfLiteral oper, List <PdfObject > operands) |
Details
Methods
Invoke
public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands)
Arguments
Type | Name | Description |
---|---|---|
PdfContentStreamProcessor | processor | |
PdfLiteral | oper | |
List <PdfObject > | operands |
Generated with ModularDoc