Package com.datalogics.PDFL
Class PrintProgressProc
java.lang.Object
com.datalogics.PDFL.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().
-
Constructor Summary
ConstructorsConstructorDescriptionPrint progress callback function, a class used to notify print client of the progress during print operations. -
Method Summary
Modifier and TypeMethodDescriptionvoidCall(int page, int total, float stagePercent, String info, PrintProgressStage stage) voiddelete()voidvoid
-
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
-