Click or drag to resize

PdfLoadOptionsPageProgressDelegate Delegate

Allows to define a progress indicator.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.5.6
Syntax
public delegate void PageProgressDelegate(
	int current,
	int total
)

Parameters

current  Int32
Current page.
total  Int32
Total pages.
See Also