PdfPrinterIHtmlSettings Interface |
Namespace: DotNetBrowser.Print
public interface IHtmlSettings : PdfPrinterISettings<PdfPrinterIHtmlSettings>, IPrintSettings, IPageRanges<PdfPrinterIHtmlSettings>, IPagesPerSheet<PdfPrinterIHtmlSettings>, IPdfFilePath<PdfPrinterIHtmlSettings>, IScaling<PdfPrinterIHtmlSettings>, IPageMargins<PdfPrinterIHtmlSettings>, IPrintHeaderFooter<PdfPrinterIHtmlSettings>, IOrientation<PdfPrinterIHtmlSettings>, IPrintBackgrounds<PdfPrinterIHtmlSettings>, IPrintSelectionOnly<PdfPrinterIHtmlSettings>, IPaperSize<PdfPrinterIHtmlSettings>, IHeaderTemplate<PdfPrinterIHtmlSettings>, IFooterTemplate<PdfPrinterIHtmlSettings>
The PdfPrinterIHtmlSettings type exposes the following members.
Name | Description | |
---|---|---|
FooterTemplate |
Gets or sets the HTML to be displayed in the footer.
(Inherited from IFooterTemplateTPrintSettings.) | |
HeaderTemplate |
Gets or sets the HTML to be displayed in the header.
(Inherited from IHeaderTemplateTPrintSettings.) | |
Orientation |
Gets or sets the page orientation.
(Inherited from IOrientationTPrintSettings.) | |
PageMargins |
Gets or sets the page margins for printing.
(Inherited from IPageMarginsTPrintSettings.) | |
PageRanges |
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRangesTPrintSettings.) | |
PagesPerSheet |
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheetTPrintSettings.) | |
PaperSize |
Gets or sets the paper size for printing.
(Inherited from IPaperSizeTPrintSettings.) | |
PdfFilePath |
Gets or sets the full PDF file path.
(Inherited from IPdfFilePathTPrintSettings.) | |
PrintingBackgroundsEnabled |
Enables or disables printing background graphics.
(Inherited from IPrintBackgroundsTPrintSettings.) | |
PrintingHeaderFooterEnabled |
Enables or disables printing headers and footer.
(Inherited from IPrintHeaderFooterTPrintSettings.) | |
PrintingSelectionOnlyEnabled |
Enables or disables printing only the selected content.
(Inherited from IPrintSelectionOnlyTPrintSettings.) | |
Scaling |
Gets or sets the scaling for printing.
(Inherited from IScalingTPrintSettings.) |
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.) |