Click or drag to resize

IPrintJobTPrintSettings Interface

A printing operation that is currently in-progress.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPrintJob<TPrintSettings> : IAutoDisposable
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The type of print settings that can be applied to this job.

The IPrintJobTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertySettings
Gets the configurable settings of this print job.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Public eventPageCountUpdated
Occurs when the total number of pages to be printed is updated.
Public eventPrintCompleted
Occurs when the printing operation is completed.
Top
See Also