Example #1
0
 public void UpdatePercentage(int percent)
 {
     m_PrintPreview.UpdatePercentage(percent);
     ///////////////////////////////////////////////
     ///this should only call by the third RIP software
     if (m_bCreateImageWithPercent && m_bPrintingPreview)
     {
         CreatePrintingPreviewAsPercentage(percent);
     }
     if (percent > 0)
     {
         UpdateJobInfoTextWith(percent);
     }
 }