Click or drag to resize

IHtmlSettings Properties

The PdfPrinter.IHtmlSettings type exposes the following members.

Properties
  NameDescription
Public propertyFooterTemplate
Gets or sets the HTML to be displayed in the footer.
(Inherited from IFooterTemplate<TPrintSettings>.)
Public propertyHeaderTemplate
Gets or sets the HTML to be displayed in the header.
(Inherited from IHeaderTemplate<TPrintSettings>.)
Public propertyOrientation
Gets or sets the page orientation.
(Inherited from IOrientation<TPrintSettings>.)
Public propertyPageMargins
Gets or sets the page margins for printing.
(Inherited from IPageMargins<TPrintSettings>.)
Public propertyPageRanges
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRanges<TPrintSettings>.)
Public propertyPagesPerSheet
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheet<TPrintSettings>.)
Public propertyPaperSize
Gets or sets the paper size for printing.
(Inherited from IPaperSize<TPrintSettings>.)
Public propertyPdfFilePath
Gets or sets the full PDF file path.
(Inherited from IPdfFilePath<TPrintSettings>.)
Public propertyPrintingBackgroundsEnabled
Enables or disables printing background graphics.
(Inherited from IPrintBackgrounds<TPrintSettings>.)
Public propertyPrintingHeaderFooterEnabled
Enables or disables printing headers and footer.
(Inherited from IPrintHeaderFooter<TPrintSettings>.)
Public propertyPrintingSelectionOnlyEnabled
Enables or disables printing only the selected content.
(Inherited from IPrintSelectionOnly<TPrintSettings>.)
Public propertyScaling
Gets or sets the scaling for printing.
(Inherited from IScaling<TPrintSettings>.)
Top
See Also