IPrintJobTPrintSettings Interface |
Namespace: DotNetBrowser.Print
public interface IPrintJob<TPrintSettings> : IAutoDisposable where TPrintSettings : class, IPrintSettings
The IPrintJobTPrintSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
| Settings |
Gets the configurable settings of this print job.
|
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) | |
| PageCountUpdated |
Occurs when the total number of pages to be printed is updated.
| |
| PrintCompleted |
Occurs when the printing operation is completed.
|