IProgressNotifier Interface
|
Represents a progress notification interface.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public interface IProgressNotifier
Public Interface IProgressNotifier
public interface class IProgressNotifier
type IProgressNotifier =interface end
The
IProgressNotifier
type exposes the following members.
Methods
|
|
Name
|
Description
|
|
Notify
|
Update progress information.
|
Top
See Also