 | NeedToPauseNowCallback Delegate |
Check if we need to pause a progressive process now.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate bool NeedToPauseNowCallback(
IFSDK_PAUSE pThis
)
Public Delegate Function NeedToPauseNowCallback (
pThis As IFSDK_PAUSE
) As Boolean
public delegate bool NeedToPauseNowCallback(
IFSDK_PAUSE^ pThis
)
type NeedToPauseNowCallback =
delegate of
pThis : IFSDK_PAUSE -> bool
/** @delegate */
public delegate boolean NeedToPauseNowCallback(
IFSDK_PAUSE pThis
)
Parameters
- pThis IFSDK_PAUSE
- Pointer to the interface structure itself
Return Value
BooleanTrue for pause now, False for continue.
RemarksRequired: Yes.
See Also