Click or drag to resize

PdfPrinterIPdfSettings Interface

The print settings available when printing PDF content on the PDF printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IPdfSettings : PdfPrinterISettings<PdfPrinterIPdfSettings>, 
	IPrintSettings, IPageRanges<PdfPrinterIPdfSettings>, IPagesPerSheet<PdfPrinterIPdfSettings>, 
	IPdfFilePath<PdfPrinterIPdfSettings>, IScaling<PdfPrinterIPdfSettings>

The PdfPrinterIPdfSettings type exposes the following members.

Properties
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
See Also