Click or drag to resize

FSDKUnsupportHandlerCallback Delegate

UnSupport Object process handling function.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FSDKUnsupportHandlerCallback(
	UNSUPPORT_INFO pThis,
	UnsupportedObjectTypes nType
)

Parameters

pThis  UNSUPPORT_INFO
Pointer to the interface structure itself.
nType  UnsupportedObjectTypes
The type of unsupportObject.
See Also