Click or drag to resize

OnProgress Delegate

The delegate for the LibraryManager object,called when a conversion operation finishes working on a page in a document.

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public delegate void OnProgress(
	int pageIndex,
	int totalPage
)

Parameters

pageIndex  Int32
Page index
totalPage  Int32
total Page
See Also