public class PrintCancelProc
extends java.lang.Object
If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.
| Constructor and Description |
|---|
PrintCancelProc()
Print cancellation callback function, a class used to cancel print operations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Call() |
void |
delete() |
void |
swigReleaseOwnership() |
void |
swigTakeOwnership() |
public PrintCancelProc()
If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.