SystemPrinter.ISettings<T> Interface |
Namespace: DotNetBrowser.Print
public interface ISettings<out T> : IPrintSettings, ICollate<T>, IColorModel<T>, ICopies<T>, IDuplexMode<T>, IPageRanges<T>, IPagesPerSheet<T>, IPaperSize<T>, IScaling<T> where T : class, IPrintSettings
The SystemPrinter.ISettings<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CollatePrintingEnabled |
Enables or disables collate printing.
(Inherited from ICollate<TPrintSettings>.) |
![]() | ColorModel |
Gets or sets the color model.
(Inherited from IColorModel<TPrintSettings>.) |
![]() | Copies |
Gets or sets the number of copies to print.
(Inherited from ICopies<TPrintSettings>.) |
![]() | DuplexMode |
Gets or sets the duplex mode.
(Inherited from IDuplexMode<TPrintSettings>.) |
![]() | PageRanges |
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRanges<TPrintSettings>.) |
![]() | PagesPerSheet |
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheet<TPrintSettings>.) |
![]() | PaperSize |
Gets or sets the paper size for printing.
(Inherited from IPaperSize<TPrintSettings>.) |
![]() | Scaling |
Gets or sets the scaling for printing.
(Inherited from IScaling<TPrintSettings>.) |
Name | Description | |
---|---|---|
![]() | Apply |
Applies the configured print settings. You should call this method to regenerate the internal
print preview using the configured settings and update the total page count to be printed.
(Inherited from IPrintSettings.) |
Name | Description | |
---|---|---|
![]() | DisableCollatePrinting<T> |
Disables collate printing.
(Defined by CollateExtensions.) |
![]() | EnableCollatePrinting<T> |
Enables collate printing.
(Defined by CollateExtensions.) |
![]() | SetColorModel<T> |
Sets the color model used for printing.
(Defined by ColorModelExtensions.) |
![]() | SetCopies<T> |
Sets the number of copies to print.
(Defined by CopiesExtensions.) |
![]() | SetDuplexMode<T> |
Sets the duplex mode.
(Defined by DuplexModeExtensions.) |
![]() | SetPageRanges<T> |
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.) |
![]() | SetPagesPerSheet<T> |
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.) |
![]() | SetPaperSize<T> |
Sets the paper size for printing.
(Defined by PaperSizeExtensions.) |
![]() | SetScaling<T> |
Sets the scaling for printing.
(Defined by ScalingExtensions.) |