PrintProgressProc Class Documentation
classPrintProgressProc : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
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().
Referenced by
Uses types
Constructor & Destructor Documentation
PrintProgressProc
PrintProgressProc(PrintProgressProcrhs, InternalConstructsignifier)Parameters
rhs: PrintProgressProcsignifier: InternalConstruct
PrintProgressProc
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().
~PrintProgressProc
~PrintProgressProc()Member Function Documentation
Call
voidCall(intpage, inttotal, floatstagePercent, stringinfo, PrintProgressStagestage)Parameters
page: inttotal: intstagePercent: floatinfo: stringstage: PrintProgressStage
Returns:
voidConstructorRetrieve
static PrintProgressProcConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
PrintProgressProcDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
void