SystemPrinter.IPdfSettings Interface |
Namespace: DotNetBrowser.Print
public interface IPdfSettings : SystemPrinter.ISettings<SystemPrinter.IPdfSettings>, IPrintSettings, ICollate<SystemPrinter.IPdfSettings>, IColorModel<SystemPrinter.IPdfSettings>, ICopies<SystemPrinter.IPdfSettings>, IDuplexMode<SystemPrinter.IPdfSettings>, IPageRanges<SystemPrinter.IPdfSettings>, IPagesPerSheet<SystemPrinter.IPdfSettings>, IPaperSize<SystemPrinter.IPdfSettings>, IScaling<SystemPrinter.IPdfSettings>, IFit<SystemPrinter.IPdfSettings>
The SystemPrinter.IPdfSettings 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>.) |
![]() | Fit |
Gets or sets the content fit for printing.
(Inherited from IFit<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.) |