Click or drag to resize

PdfLoadOptionsPageProgressDelegate Delegate

Allows to define a progress indicator

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

Parameters

current  Int32
current page
total  Int32
total pages
See Also