EndText() private method

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