PdfPrinter.IHtmlSettings Interface |
Namespace: DotNetBrowser.Print
public interface IHtmlSettings : PdfPrinter.ISettings<PdfPrinter.IHtmlSettings>, IPrintSettings, IPageRanges<PdfPrinter.IHtmlSettings>, IPagesPerSheet<PdfPrinter.IHtmlSettings>, IPdfFilePath<PdfPrinter.IHtmlSettings>, IScaling<PdfPrinter.IHtmlSettings>, IPageMargins<PdfPrinter.IHtmlSettings>, IPrintHeaderFooter<PdfPrinter.IHtmlSettings>, IOrientation<PdfPrinter.IHtmlSettings>, IPrintBackgrounds<PdfPrinter.IHtmlSettings>, IPrintSelectionOnly<PdfPrinter.IHtmlSettings>, IPaperSize<PdfPrinter.IHtmlSettings>, IHeaderTemplate<PdfPrinter.IHtmlSettings>, IFooterTemplate<PdfPrinter.IHtmlSettings>
The PdfPrinter.IHtmlSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | FooterTemplate |
Gets or sets the HTML to be displayed in the footer.
(Inherited from IFooterTemplate<TPrintSettings>.) |
![]() | HeaderTemplate |
Gets or sets the HTML to be displayed in the header.
(Inherited from IHeaderTemplate<TPrintSettings>.) |
![]() | Orientation |
Gets or sets the page orientation.
(Inherited from IOrientation<TPrintSettings>.) |
![]() | PageMargins |
Gets or sets the page margins for printing.
(Inherited from IPageMargins<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>.) |
![]() | PdfFilePath |
Gets or sets the full PDF file path.
(Inherited from IPdfFilePath<TPrintSettings>.) |
![]() | PrintingBackgroundsEnabled |
Enables or disables printing background graphics.
(Inherited from IPrintBackgrounds<TPrintSettings>.) |
![]() | PrintingHeaderFooterEnabled |
Enables or disables printing headers and footer.
(Inherited from IPrintHeaderFooter<TPrintSettings>.) |
![]() | PrintingSelectionOnlyEnabled |
Enables or disables printing only the selected content.
(Inherited from IPrintSelectionOnly<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.) |