Click or drag to resize

PdfPrinterISettingsT Interface

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

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ISettings<out T> : IPrintSettings, 
	IPageRanges<T>, IPagesPerSheet<T>, IPdfFilePath<T>, IScaling<T>
where T : class, IPrintSettings

Type Parameters

T
The specific print settings type.

The PdfPrinterISettingsT 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