Table of Contents

Interface IPrintJob<TPrintSettings>

Namespace
DotNetBrowser.Print
Assembly
DotNetBrowser.dll

A printing operation that is currently in-progress.

public interface IPrintJob<TPrintSettings> : IAutoDisposable where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings

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

Inherited Members

Properties

Settings

Gets the configurable settings of this print job.

Events

PageCountUpdated

Occurs when the total number of pages to be printed is updated.

PrintCompleted

Occurs when the printing operation is completed.