Click or drag to resize

PdfDocument RegisterProgressNotifier Method

Register progress notifier. Only SaveToFile() and SaveToStream() methods are supported to obtain the progress.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void RegisterProgressNotifier(
	IProgressNotifier progressNotifier
)

Parameters

progressNotifier
Type: Spire.Pdf IProgressNotifier
A progress notifier.
See Also