Click or drag to resize

IHtmlSettings Methods

The PdfPrinterIHtmlSettings type exposes the following members.

Methods
  NameDescription
Public methodApply
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.)
Top
Extension Methods
  NameDescription
Public Extension MethodDisablePrintingBackgroundsPdfPrinterIHtmlSettings
Disables printing background graphics.
(Defined by PrintBackgroundsExtensions.)
Public Extension MethodDisablePrintingHeaderFooterPdfPrinterIHtmlSettings
Disables printing headers and footers.
(Defined by PrintHeaderFooterExtensions.)
Public Extension MethodDisablePrintingSelectionOnlyPdfPrinterIHtmlSettings
Disables printing only the selected content.
(Defined by PrintSelectionOnlyExtensions.)
Public Extension MethodEnablePrintingBackgroundsPdfPrinterIHtmlSettings
Enables printing background graphics.
(Defined by PrintBackgroundsExtensions.)
Public Extension MethodEnablePrintingHeaderFooterPdfPrinterIHtmlSettings
Enables printing headers and footers.
(Defined by PrintHeaderFooterExtensions.)
Public Extension MethodEnablePrintingSelectionOnlyPdfPrinterIHtmlSettings
Enables printing only the selected content.
(Defined by PrintSelectionOnlyExtensions.)
Public Extension MethodSetFooterTemplatePdfPrinterIHtmlSettings
Sets the HTML to be displayed in the footer.
(Defined by FooterTemplateExtensions.)
Public Extension MethodSetHeaderTemplatePdfPrinterIHtmlSettings
Sets the HTML to be displayed in the header.
(Defined by HeaderTemplateExtensions.)
Public Extension MethodSetOrientationPdfPrinterIHtmlSettings
Sets the page orientation.
(Defined by OrientationExtensions.)
Public Extension MethodSetPageMarginsPdfPrinterIHtmlSettings
Configures the page margins for printing
(Defined by PageMarginsExtensions.)
Public Extension MethodSetPageRangesPdfPrinterIHtmlSettings
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheetPdfPrinterIHtmlSettings
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSizePdfPrinterIHtmlSettings
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetPdfFilePathPdfPrinterIHtmlSettings
Sets the full PDF file path.
(Defined by PdfFilePathExtensions.)
Public Extension MethodSetScalingPdfPrinterIHtmlSettings
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also