Click or drag to resize

PdfFocusPageProgressDelegate Delegate

Allows to define a progress indicator.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2025.10.17
Syntax
public delegate void PageProgressDelegate(
	int current,
	int total,
	Object context
)

Parameters

current  Int32
Current page.
total  Int32
Total pages.
context  Object
The context parameter that was passed to the PdfFocus's constructor or .
See Also