示例#1
0
 public PdfInstructionInilineImage()
 {
     gOpe = PdfOpe.Image_Begin;
     gOpeString = "BI";
 }
示例#2
0
 public PdfInstruction(PdfOpe ope, string opeString, string prm)
 {
     gOpe = ope;
     gOpeString = opeString;
     this.prm = prm;
 }