 | PdfiumFSDK_SetUnSpObjProcessHandler Method |
Setup A UnSupport Object process handler for Pdfium sdk.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FSDK_SetUnSpObjProcessHandler(
UNSUPPORT_INFO unsp_info
)
Public Shared Function FSDK_SetUnSpObjProcessHandler (
unsp_info As UNSUPPORT_INFO
) As Boolean
public:
static bool FSDK_SetUnSpObjProcessHandler(
UNSUPPORT_INFO^ unsp_info
)
static member FSDK_SetUnSpObjProcessHandler :
unsp_info : UNSUPPORT_INFO -> bool
public static boolean FSDK_SetUnSpObjProcessHandler(
UNSUPPORT_INFO unsp_info
)
Patagames.Pdf.Pdfium.FSDK_SetUnSpObjProcessHandler = function(unsp_info);
Parameters
- unsp_info UNSUPPORT_INFO
- Pointer to a UNSUPPORT_INFO structure.
Return Value
BooleanTrue for success or False if any error occurs.
See Also