Class PrintProgressProc

java.lang.Object
com.datalogics.PDFL.PrintProgressProc

public class PrintProgressProc extends Object
Print progress callback function, a class used to notify print client of the progress during print operations. A PrintProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintProgressProc().

  • Constructor Details

    • PrintProgressProc

      public PrintProgressProc()
      Print progress callback function, a class used to notify print client of the progress during print operations. A PrintProgressProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintProgressProc().

  • Method Details

    • delete

      public void delete()
    • swigReleaseOwnership

      public void swigReleaseOwnership()
    • swigTakeOwnership

      public void swigTakeOwnership()
    • Call

      public void Call(int page, int total, float stagePercent, String info, PrintProgressStage stage)