Click or drag to resize

NeedToPauseNowCallback Delegate

Check if we need to pause a progressive process now.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate bool NeedToPauseNowCallback(
	IFSDK_PAUSE pThis
)

Parameters

pThis  IFSDK_PAUSE
Pointer to the interface structure itself

Return Value

Boolean
True for pause now, False for continue.
Remarks
Required: Yes.
See Also