public class PrintProgressProc
extends java.lang.Object
| Constructor and Description |
|---|
PrintProgressProc()
Print progress callback function, a class used to notify print client of the progress during print operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Call(int page,
int total,
float stagePercent,
java.lang.String info,
PrintProgressStage stage) |
void |
delete() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public PrintProgressProc()
public void delete()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void Call(int page,
int total,
float stagePercent,
java.lang.String info,
PrintProgressStage stage)