Click or drag to resize

DotNetBrowser.Print.Settings Namespace

This namespace contains interfaces and classes related to the print settings.
Classes
  ClassDescription
Public classCollateExtensions
Public classColorModelExtensions
Public classCopiesExtensions
Public classDuplexModeExtensions
Public classFooterTemplateExtensions
Public classHeaderTemplateExtensions
Public classOrientationExtensions
Public classPageMarginsExtensions
Public classPageRangesExtensions
Public classPagesPerSheetExtensions
Public classPaperSizeExtensions
Public classPdfFilePathExtensions
Public classPrintBackgroundsExtensions
Public classPrintHeaderFooterExtensions
Public classPrintSelectionOnlyExtensions
Public classPrintSettingsExtensions
Extension methods for IPrintSettings interface.
Public classScalingExtensions
Interfaces
  InterfaceDescription
Public interfaceICollate<TPrintSettings>
Allows configuring collate printing.
Public interfaceIColorModel<TPrintSettings>
Allows configuring the color model for printing.
Public interfaceICopies<TPrintSettings>
Allows configuring the number of copies to print.
Public interfaceIDuplexMode<TPrintSettings>
Allows configuring the duplex mode for printing.
Public interfaceIFooterTemplate<TPrintSettings>
Allows configuring the HTML template for the print footer.
Public interfaceIHeaderTemplate<TPrintSettings>
Allows configuring the HTML template for the print header.
Public interfaceIOrientation<TPrintSettings>
Allows configuring the page orientation.
Public interfaceIPageMargins<TPrintSettings>
Allows configuring the page margins.
Public interfaceIPageRanges<TPrintSettings>
Allows configuring the page ranges for printing.
Public interfaceIPagesPerSheet<TPrintSettings>
Allows configuring the number of pages per sheet.
Public interfaceIPaperSize<TPrintSettings>
Allows configuring the paper size for printing.
Public interfaceIPdfFilePath<TPrintSettings>
Allows configuring the destination PDF file path.
Public interfaceIPrintBackgrounds<TPrintSettings>
Allows configuring printing background graphics.
Public interfaceIPrintHeaderFooter<TPrintSettings>
Allows configuring printing headers and footers.
Public interfaceIPrintSelectionOnly<TPrintSettings>
Allows configuring printing only the selected content.
Public interfaceIPrintSettings
The common interface for the concrete print job settings to implement.
Public interfaceIScaling<TPrintSettings>
Allows configuring the scaling for printing.