Click or drag to resize

DocxSaveOptionsPageProgressDelegate Delegate

Allows to define a progress indicator.

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

Parameters

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