Table of Contents

Interface IPrinterSettingsHandler

Namespace
Alternet.Drawing.Printing
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to change printer settings.

public interface IPrinterSettingsHandler : IDisposable

Properties

Collate

Gets or sets a value indicating whether the printed document is collated.

Copies

Gets or sets the number of copies of the document to print.

Duplex

Gets or sets the printer setting for double-sided printing.

FromPage

Gets or sets the page number of the first page to print.

IsDefaultPrinter

Gets a value indicating whether the PrinterName property designates the default printer.

IsValid

Gets a value indicating whether the PrinterName property designates a valid printer.

MaximumPage

Gets or sets the maximum FromPage or ToPage that can be selected in a PrintDialog.

MinimumPage

Gets or sets the minimum FromPage or ToPage that can be selected in a PrintDialog.

PrintFileName

Gets or sets the file name, when printing to a file.

PrintRange

Gets or sets the page numbers that the user has specified to be printed.

PrintToFile

Gets or sets a value indicating whether the printing output is sent to a file instead of a port.

PrinterName

Gets or sets the name of the printer to use.

ToPage

Gets or sets the number of the last page to print.