PrintCancelProc Class Documentation

classPrintCancelProc : SystemIDisposable

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

Uses types

Constructor & Destructor Documentation

PrintCancelProc

PrintCancelProc(PrintCancelProcrhs, InternalConstructsignifier)

Parameters

signifier: 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:

bool

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void