Click or drag to resize

PdfLoadOptionsPageProgressDelegate Delegate

Allows to define a progress indicator

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

Parameters

current
Type: SystemInt32
current page
total
Type: SystemInt32
total pages
See Also