iTextSharp.text.pdf.parser.PdfContentStreamProcessor.EndTextC.Invoke C# (CSharp) Method

Invoke() public method

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper iTextSharp.text.pdf.PdfLiteral
operands List
return void
            public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands)
            {
                processor.textMatrix = null;
                processor.textLineMatrix = null;
                processor.EndText();
            }
PdfContentStreamProcessor.EndTextC