PrintProgressProc Class Documentation

classPrintProgressProc : SystemIDisposable

Namespace: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().

Constructor & Destructor Documentation

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: int
total: int
stagePercent: float
info: string

Returns:

void

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void