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
)
Public Sub RegisterProgressNotifier (
progressNotifier As IProgressNotifier
)
public:
void RegisterProgressNotifier(
IProgressNotifier^ progressNotifier
)
member RegisterProgressNotifier :
progressNotifier : IProgressNotifier -> unit
Parameters
-
progressNotifier
-
Type:
Spire.Pdf
IProgressNotifier
A progress notifier.
See Also