PrintCancelProc Class Documentation
classPrintCancelProc : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Print cancellation callback function, a class used to cancel print operations.
A PrintCancelProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintCancelProc().
If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.
Referenced by
Uses types
Constructor & Destructor Documentation
PrintCancelProc
PrintCancelProc(PrintCancelProcrhs, InternalConstructsignifier)Parameters
rhs: PrintCancelProcsignifier: InternalConstruct
PrintCancelProc
PrintCancelProc()Print cancellation callback function, a class used to cancel print operations.
A PrintCancelProc() is typically passed to some method that takes a long time to complete. At frequent intervals, the method calls the PrintCancelProc().
If the PrintCancelProc() returns true, the method cancels its operation; if the PrintCancelProc() returns false, the method continues.
~PrintCancelProc
~PrintCancelProc()Member Function Documentation
Call
boolCall()Returns:
boolConstructorRetrieve
static PrintCancelProcConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
PrintCancelProcDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
void