public PdfInstructionInilineImage() { gOpe = PdfOpe.Image_Begin; gOpeString = "BI"; }
public PdfInstruction(PdfOpe ope, string opeString, string prm) { gOpe = ope; gOpeString = opeString; this.prm = prm; }