iTextSharp.text.pdf.parser.PdfContentStreamProcessor.BeginTextC.Invoke C# (CSharp) Méthode

Invoke() public méthode

public Invoke ( PdfContentStreamProcessor processor, PdfLiteral oper, List operands ) : void
processor PdfContentStreamProcessor
oper iTextSharp.text.pdf.PdfLiteral
operands List
Résultat void
            public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands)
            {
                processor.textMatrix = new Matrix();
                processor.textLineMatrix = processor.textMatrix;
                processor.BeginText();
            }
PdfContentStreamProcessor.BeginTextC