Exemplo n.º 1
0
 public PrintRecordItem(FileSendOnNet sson)
 {
     /*-----------------------------------*/
     this._OrderId        = sson.GetOrderId();
     this._OrderId_Suffix = sson.GetOrderId_Suffix();
     this._UserName       = sson.GetUserName();
     this._HavePay        = sson.GetPrice2Pay();
     this._Price          = sson.GetPrice2Pay();
     this._FileFullPath   = sson.FileFullPath;
     /*-----------------------------------*/
     this._phoneNumber  = sson._PhoneNumber;
     this._phoneType    = sson._PhoneType;
     this._androidOs    = sson._OsNumber;
     this._PParamcopies = sson.PParamcopies;
     this._PParamcolor  = sson.PParamcolor;
     this._PParamRange  = sson.PParamRange;
     this._PParam2Paper = sson.PParam2Paper;
     this._Paper_Type   = "自动适应纸张大小";
     this._PrinterName  = sson.GetPrinterName();
     //this.PrinterDriveName = PrintLocal.GetPrinterDrivenName(this._PrinterName);
     this.PrinterDriveName = sson.GetPrinterDriveName();
     this._AsyncNofify     = sson.GetProperty("ppneedasyncnotify", "false");
 }