LibraryManagerSetProgress Method
|
Sets a callback function to track the progress of SDK operations.
Namespace: ComPDF_Conversion.CommonAssembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntaxpublic static void SetProgress(
IntPtr progress
)
Parameters
- progress IntPtr
- A pointer to the progress callback function.
See Also