iTextSharp.text.pdf.parser.PdfContentStreamProcessor.BeginTextC.Invoke C# (CSharp) Метод

Invoke() публичный Метод

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper iTextSharp.text.pdf.PdfLiteral
operands List
Результат void
            public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands)
            {
                processor.textMatrix = new Matrix();
                processor.textLineMatrix = processor.textMatrix;
                processor.BeginText();
            }
PdfContentStreamProcessor.BeginTextC