BeginText() private method

private BeginText ( ) : void
return void
コード例 #1
0
 public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List <PdfObject> operands)
 {
     processor.textMatrix     = new Matrix();
     processor.textLineMatrix = processor.textMatrix;
     processor.BeginText();
 }
コード例 #2
0
 public void Invoke(PdfContentStreamProcessor processor, PdfLiteral oper, List<PdfObject> operands) {
     processor.textMatrix = new Matrix();
     processor.textLineMatrix = processor.textMatrix;
     processor.BeginText();
 }